🛠️ Update kotlin version

* Updated kotlin version to 2.1.10
This commit is contained in:
Acclorite 2025-02-15 12:39:25 +02:00
parent 707df5c78e
commit 30a0febf03
3 changed files with 4 additions and 7 deletions

2
.idea/kotlinc.xml generated
View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project version="4"> <project version="4">
<component name="KotlinJpsPluginSettings"> <component name="KotlinJpsPluginSettings">
<option name="version" value="2.0.21" /> <option name="version" value="2.1.10" />
</component> </component>
</project> </project>

View file

@ -60,9 +60,6 @@ android {
buildFeatures { buildFeatures {
compose = true compose = true
} }
composeOptions {
kotlinCompilerExtensionVersion = "1.5.7"
}
dependenciesInfo { dependenciesInfo {
includeInApk = false includeInApk = false
includeInBundle = false includeInBundle = false

View file

@ -1,8 +1,8 @@
plugins { plugins {
id("com.android.application") version "8.7.3" apply false id("com.android.application") version "8.7.3" apply false
id("org.jetbrains.kotlin.android") version "2.0.21" apply false id("org.jetbrains.kotlin.android") version "2.1.10" apply false
id("org.jetbrains.kotlin.plugin.compose") version "2.0.21" apply false id("org.jetbrains.kotlin.plugin.compose") version "2.1.10" apply false
id("com.google.devtools.ksp") version "2.0.21-1.0.26" apply false id("com.google.devtools.ksp") version "2.1.10-1.0.30" apply false
id("com.google.dagger.hilt.android") version "2.52" apply false id("com.google.dagger.hilt.android") version "2.52" apply false
id("com.mikepenz.aboutlibraries.plugin") version "11.1.3" apply false id("com.mikepenz.aboutlibraries.plugin") version "11.1.3" apply false
id("androidx.room") version "2.6.1" apply false id("androidx.room") version "2.6.1" apply false