We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a93ac6 commit 61a4edeCopy full SHA for 61a4ede
gradle.properties
@@ -1,3 +1,6 @@
1
kotlin.code.style=official
2
#dokka will run out of memory with the default meta space
3
org.gradle.jvmargs=-XX:MaxMetaspaceSize=1024m
4
+# https://kotlinlang.org/docs/dokka-migration.html#set-the-opt-in-flag
5
+org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
6
+org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn=true
0 commit comments