From 21f28987d36586449b95d33538b355aed4a642b2 Mon Sep 17 00:00:00 2001 From: Justin Beckwith Date: Wed, 15 Jul 2026 16:04:39 -0700 Subject: [PATCH] fix(deps): update Dokka to 2.1.0 --- build.gradle.kts | 2 +- gradle.properties | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index fbf08aad2..8b2838ebb 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 6680f9ce9..e2e40f0e7 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 \