Skip to content

Commit 46adeed

Browse files
committed
refactor: Comment out Dokka V2 migration helper
The project is not yet ready for migration to Dokka V2, so the experimental Gradle plugin mode for V2 with helpers has been commented out in `gradle.properties`.
1 parent cf57c3b commit 46adeed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gradle.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ android.enableJetifier=true
1919
kotlin.code.style=official
2020

2121
# https://kotlinlang.org/docs/dokka-migration.html#enable-migration-helpers
22-
org.jetbrains.dokka.experimental.gradle.pluginMode=V2EnabledWithHelpers
22+
# Will enable when ready to migrade
23+
#org.jetbrains.dokka.experimental.gradle.pluginMode=V2EnabledWithHelpers

0 commit comments

Comments
 (0)