From 48b5918c2d465b482de4f070879b5ad93cc248b3 Mon Sep 17 00:00:00 2001 From: Ignat Beresnev Date: Fri, 15 Apr 2022 12:45:15 +0300 Subject: 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 --- integration-tests/gradle/projects/it-basic-groovy/gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'integration-tests/gradle/projects/it-basic-groovy') diff --git a/integration-tests/gradle/projects/it-basic-groovy/gradle.properties b/integration-tests/gradle/projects/it-basic-groovy/gradle.properties index 04177526..64b8ac75 100644 --- a/integration-tests/gradle/projects/it-basic-groovy/gradle.properties +++ b/integration-tests/gradle/projects/it-basic-groovy/gradle.properties @@ -1 +1 @@ -dokka_it_kotlin_version=1.6.10 +dokka_it_kotlin_version=1.6.20 -- cgit