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 --- .../projects/it-sequential-tasks-execution-stress/gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'integration-tests/gradle/projects/it-sequential-tasks-execution-stress') diff --git a/integration-tests/gradle/projects/it-sequential-tasks-execution-stress/gradle.properties b/integration-tests/gradle/projects/it-sequential-tasks-execution-stress/gradle.properties index 69f10f75..13459b8c 100644 --- a/integration-tests/gradle/projects/it-sequential-tasks-execution-stress/gradle.properties +++ b/integration-tests/gradle/projects/it-sequential-tasks-execution-stress/gradle.properties @@ -1,2 +1,2 @@ -dokka_it_kotlin_version=1.8.20 +dokka_it_kotlin_version=1.9.0 task_number=100 -- cgit