diff --git a/build.gradle.kts b/build.gradle.kts index fbf08aad..8b2838eb 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,5 +1,5 @@ plugins { - id("org.jetbrains.dokka") version "2.0.0" + id("org.jetbrains.dokka") version "2.1.0" } repositories { diff --git a/gradle.properties b/gradle.properties index 6680f9ce..e2e40f0e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,6 +2,10 @@ org.gradle.caching=true org.gradle.configuration-cache=true org.gradle.parallel=true org.gradle.daemon=false +# Keep the existing Dokka task graph and generated Javadoc links stable. Migrate to Dokka's V2 +# task/aggregation model and K2 analysis as separate documentation-pipeline changes. +org.jetbrains.dokka.experimental.gradle.pluginMode=V1Enabled +org.jetbrains.dokka.experimental.tryK2=false # These options improve our compilation and test performance. They are inherited by the Kotlin daemon. org.gradle.jvmargs=\ -Xms2g \