Skip to content

Commit e86b28e

Browse files
AYastrebovSpace Team
authored andcommitted
[Gradle] Add @ExperimentalKotlinGradlePluginApi to exportKdoc
^KT-74864
1 parent 0f5c8a7 commit e86b28e

File tree

1 file changed

+1
-0
lines changed
  • libraries/tools/kotlin-gradle-plugin/src/common/kotlin/org/jetbrains/kotlin/gradle/targets/native

1 file changed

+1
-0
lines changed

libraries/tools/kotlin-gradle-plugin/src/common/kotlin/org/jetbrains/kotlin/gradle/targets/native/NativeBinaries.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,7 @@ class Framework(
331331
/**
332332
* Export KDocs to frameworks header file.
333333
*/
334+
@ExperimentalKotlinGradlePluginApi
334335
val exportKdoc: Property<Boolean> = project.objects.property(true)
335336

336337
@Suppress("DEPRECATION_ERROR")

0 commit comments

Comments
 (0)