From 3671cb7af469b0b3e3baaa65a42cc3bb61764ace Mon Sep 17 00:00:00 2001 From: AnranYus Date: Thu, 29 May 2025 11:13:28 +0800 Subject: [PATCH] feat: update kotlin --- .vscode/settings.json | 3 +++ build.gradle.kts | 2 +- gradle/libs.versions.toml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..c5f3f6b --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "java.configuration.updateBuildConfiguration": "interactive" +} \ No newline at end of file diff --git a/build.gradle.kts b/build.gradle.kts index 75f6372..e048cb2 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,5 +6,5 @@ plugins { alias(libs.plugins.composeMultiplatform) apply false alias(libs.plugins.composeCompiler) apply false alias(libs.plugins.kotlinMultiplatform) apply false - id("com.google.devtools.ksp") version "2.0.21-1.0.27" apply false + id("com.google.devtools.ksp") version "2.1.20-1.0.32" apply false } \ No newline at end of file diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 7198eee..73af86a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -12,7 +12,7 @@ androidx-lifecycle = "2.9.0" androidx-testExt = "1.2.1" composeMultiplatform = "1.8.1" junit = "4.13.2" -kotlin = "2.0.21" +kotlin = "2.1.20" flexbox = "3.0.0" fragmentKtx = "1.8.6" glide = "4.16.0"