Skip to content

Commit f427c09

Browse files
author
Ian Bird
committed
[Dokka] Upgrade Plugin to v2
1 parent 68bf78e commit f427c09

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

gradle.properties

+5
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,8 @@ kotlin.code.style=official
4848
# resources declared in the library itself and none from the library's dependencies,
4949
# thereby reducing the size of the R class for that library
5050
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

Comments
 (0)