From ddcaa1864ffc26e8482770ad2c16ba424af8a0ac Mon Sep 17 00:00:00 2001 From: Ignat Beresnev Date: Fri, 4 Aug 2023 13:37:12 +0200 Subject: Update examples and tests to use Kotlin 1.9.0 (#3101) * Opt into foreign API for CPointed * Stop using the deprecated JS backend --- integration-tests/gradle/projects/it-multimodule-1/gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'integration-tests/gradle/projects/it-multimodule-1/gradle.properties') diff --git a/integration-tests/gradle/projects/it-multimodule-1/gradle.properties b/integration-tests/gradle/projects/it-multimodule-1/gradle.properties index fb15e935..1181ddfb 100644 --- a/integration-tests/gradle/projects/it-multimodule-1/gradle.properties +++ b/integration-tests/gradle/projects/it-multimodule-1/gradle.properties @@ -1 +1 @@ -dokka_it_kotlin_version=1.8.20 +dokka_it_kotlin_version=1.9.0 -- cgit