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 /integration-tests/maven/projects | |
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 'integration-tests/maven/projects')
-rw-r--r-- | integration-tests/maven/projects/it-maven/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/integration-tests/maven/projects/it-maven/pom.xml b/integration-tests/maven/projects/it-maven/pom.xml index c6270d6a..f8087ce4 100644 --- a/integration-tests/maven/projects/it-maven/pom.xml +++ b/integration-tests/maven/projects/it-maven/pom.xml @@ -7,7 +7,7 @@ <version>1.0-SNAPSHOT</version> <properties> - <kotlin.version>1.6.10</kotlin.version> + <kotlin.version>1.6.20</kotlin.version> </properties> <build> <plugins> |