We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68bf78e commit f427c09Copy full SHA for f427c09
gradle.properties
@@ -48,3 +48,8 @@ kotlin.code.style=official
48
# resources declared in the library itself and none from the library's dependencies,
49
# thereby reducing the size of the R class for that library
50
android.nonTransitiveRClass=true
51
+
52
+# Enable Dokka v2 Plugin
53
+# https://kotlinlang.org/docs/dokka-migration.html#finish-up-your-migration
54
+org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
55
+org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn=true
0 commit comments