From b9b1374f92b2bc26925f37e9930c9cf28c00d57c Mon Sep 17 00:00:00 2001 From: Luca Kellermann Date: Wed, 31 Jul 2024 00:01:43 +0200 Subject: [PATCH] Update Kotlin to 2.0.20-RC --- gradle/libs.versions.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index ed1f5ca71a2..428e20d73fc 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,7 +1,7 @@ [versions] # api dependencies -kotlin = "2.0.20-Beta2" # https://github.com/JetBrains/kotlin +kotlin = "2.0.20-RC" # https://github.com/JetBrains/kotlin ktor = "2.3.12" # https://github.com/ktorio/ktor kotlinx-coroutines = "1.8.1" # https://github.com/Kotlin/kotlinx.coroutines kotlinx-serialization = "1.7.1" # https://github.com/Kotlin/kotlinx.serialization @@ -18,7 +18,7 @@ stately = "2.0.7" # https://github.com/touchlab/Stately fastZlib = "2.0.1" # https://github.com/timotejroiko/fast-zlib # code generation -ksp = "2.0.20-Beta2-1.0.23" # https://github.com/google/ksp +ksp = "2.0.20-RC-1.0.24" # https://github.com/google/ksp kotlinpoet = "1.18.1" # https://github.com/square/kotlinpoet # tests