aboutsummaryrefslogtreecommitdiff
path: root/examples/gradle/dokka-multimodule-example
diff options
context:
space:
mode:
authorIgnat Beresnev <ignat.beresnev@jetbrains.com>2022-04-15 12:45:15 +0300
committerGitHub <noreply@github.com>2022-04-15 12:45:15 +0300
commit48b5918c2d465b482de4f070879b5ad93cc248b3 (patch)
tree4921a58ea50e323b81dadf180a91e51be0f50946 /examples/gradle/dokka-multimodule-example
parent334c9e14dff14f0eb08bda10bac9e622aa132afc (diff)
downloaddokka-48b5918c2d465b482de4f070879b5ad93cc248b3.tar.gz
dokka-48b5918c2d465b482de4f070879b5ad93cc248b3.tar.bz2
dokka-48b5918c2d465b482de4f070879b5ad93cc248b3.zip
Update documentation, examples and test references to 1.6.20 (#2440)
* Update documentation/example/test references to 1.6.20 * Mute Multiplatform0GradleIntegrationTest due to missing KLIB support * Update gradle and AGP versions to the latest
Diffstat (limited to 'examples/gradle/dokka-multimodule-example')
-rw-r--r--examples/gradle/dokka-multimodule-example/settings.gradle.kts4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/gradle/dokka-multimodule-example/settings.gradle.kts b/examples/gradle/dokka-multimodule-example/settings.gradle.kts
index be28811b..c1afe758 100644
--- a/examples/gradle/dokka-multimodule-example/settings.gradle.kts
+++ b/examples/gradle/dokka-multimodule-example/settings.gradle.kts
@@ -1,7 +1,7 @@
pluginManagement {
plugins {
- kotlin("jvm") version "1.6.10"
- id("org.jetbrains.dokka") version ("1.6.10")
+ kotlin("jvm") version "1.6.20"
+ id("org.jetbrains.dokka") version ("1.6.20")
}
}