From 0b35f1f2dd179ec92c67d754faca3ff7a4c871de Mon Sep 17 00:00:00 2001 From: Anka Date: Wed, 18 Dec 2024 02:31:14 +0000 Subject: [PATCH] Bump Kotlin and KSP --- gradle/libraries.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle/libraries.toml b/gradle/libraries.toml index a22a5fa5669..41c2c08f246 100644 --- a/gradle/libraries.toml +++ b/gradle/libraries.toml @@ -28,12 +28,12 @@ javaPoet = "1.13.0" jetbrains-annotations = "24.0.1" junit = "4.13.2" kotlin-plugin-min = "1.9.0" -kotlin-plugin = "2.1.10-RC-431" -kotlin-plugin-max = "2.1.10-RC-431" +kotlin-plugin = "2.1.20-dev-7159" +kotlin-plugin-max = "2.1.20-dev-7159" kotlinx-coroutines = "1.9.0" kotlinx-datetime = "0.5.0" kotlinx-serialization-runtime = "1.6.2" -ksp = "2.1.0-1.0.29-SNAPSHOT" +ksp = "2.1.0-1.0.30-SNAPSHOT" ktor = "3.0.0" moshix = "0.14.1" node-fetch = "2.7.0"