diff options
author | Ignat Beresnev <ignat.beresnev@jetbrains.com> | 2022-04-15 12:45:15 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-15 12:45:15 +0300 |
commit | 48b5918c2d465b482de4f070879b5ad93cc248b3 (patch) | |
tree | 4921a58ea50e323b81dadf180a91e51be0f50946 /examples/gradle/dokka-multiplatform-example | |
parent | 334c9e14dff14f0eb08bda10bac9e622aa132afc (diff) | |
download | dokka-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-multiplatform-example')
-rw-r--r-- | examples/gradle/dokka-multiplatform-example/build.gradle.kts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/gradle/dokka-multiplatform-example/build.gradle.kts b/examples/gradle/dokka-multiplatform-example/build.gradle.kts index 996eaf94..e3b55875 100644 --- a/examples/gradle/dokka-multiplatform-example/build.gradle.kts +++ b/examples/gradle/dokka-multiplatform-example/build.gradle.kts @@ -4,8 +4,8 @@ import org.jetbrains.dokka.gradle.DokkaTask import org.jetbrains.dokka.Platform plugins { - kotlin("multiplatform") version "1.6.10" - id("org.jetbrains.dokka") version "1.6.10" + kotlin("multiplatform") version "1.6.20" + id("org.jetbrains.dokka") version "1.6.20" } repositories { |