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-js-ir-0/gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'integration-tests/gradle/projects/it-js-ir-0/gradle.properties') diff --git a/integration-tests/gradle/projects/it-js-ir-0/gradle.properties b/integration-tests/gradle/projects/it-js-ir-0/gradle.properties index 272e8f30..7c5ca4ee 100644 --- a/integration-tests/gradle/projects/it-js-ir-0/gradle.properties +++ b/integration-tests/gradle/projects/it-js-ir-0/gradle.properties @@ -1,2 +1,2 @@ -dokka_it_kotlin_version=1.6.10 -react_version=18.0.0-pre.325-kotlin-1.6.10 +dokka_it_kotlin_version=1.6.20 +react_version=18.0.0-pre.329-kotlin-1.6.20 -- cgit