File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1717plugins {
1818 id(" com.android.application" )
1919 id(" org.jetbrains.kotlin.android" )
20- id(" com.google.devtools.ksp" ) version " 1.9.20 -1.0.14 "
20+ id(" com.google.devtools.ksp" ) version " 2.1.0 -1.0.29 "
2121}
2222
2323android {
@@ -56,7 +56,7 @@ android {
5656 compose = true
5757 }
5858 composeOptions {
59- kotlinCompilerExtensionVersion = " 1.5.4 "
59+ kotlinCompilerExtensionVersion = " 1.5.15 "
6060 }
6161 packaging {
6262 resources {
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ buildscript {
2424plugins {
2525 id(" com.android.application" ) version " 8.7.3" apply false
2626 id(" com.android.library" ) version " 8.7.3" apply false
27- id(" org.jetbrains.kotlin.android" ) version " 1.9.20 " apply false
27+ id(" org.jetbrains.kotlin.android" ) version " 2.1.0 " apply false
2828}
2929
3030tasks.register(" clean" , Delete ::class ) {
You can’t perform that action at this time.
0 commit comments