diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts index 57b334f..3a3e515 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -38,5 +38,5 @@ dependencies { implementation("com.huanshankeji:common-gradle-dependencies:0.7.1-20240314-boostrap") { exclude("org.jetbrains.kotlin") } */ - implementation("org.jetbrains.dokka:dokka-gradle-plugin:2.0.0-Beta") + implementation("org.jetbrains.dokka:dokka-gradle-plugin:2.0.0") } diff --git a/buildSrc/src/main/kotlin/VersionsAndDependencies.kt b/buildSrc/src/main/kotlin/VersionsAndDependencies.kt index b9d425b..0be04a6 100644 --- a/buildSrc/src/main/kotlin/VersionsAndDependencies.kt +++ b/buildSrc/src/main/kotlin/VersionsAndDependencies.kt @@ -9,11 +9,11 @@ object DependencyVersions { val kotlin = "2.1.0" // compatible with the compose version below val composeMultiplatform = "1.7.1" val kotlinxBenchmark = "0.4.13" - val dokka = "2.0.0-Beta" + val dokka = "2.0.0" val binaryCompatibilityValidator = "0.16.3" } -val alignedPluginVersion = "0.9.0-SNAPSHOT" +val alignedPluginVersion = "0.9.1-SNAPSHOT" // "x.y.z" indicates the version of the way of organizing the code, // and the date indicates the version when the dependency versions are updated.