File tree Expand file tree Collapse file tree 3 files changed +421
-476
lines changed
Expand file tree Collapse file tree 3 files changed +421
-476
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ if (useKeystoreProperties) {
1111
1212plugins {
1313 id(" com.android.application" )
14- id(" kotlin-android" )
1514}
1615
1716java {
@@ -79,6 +78,7 @@ android {
7978 buildFeatures {
8079 viewBinding = true
8180 buildConfig = true
81+ resValues = true
8282 }
8383 }
8484
Original file line number Diff line number Diff line change 11plugins {
2- id(" com.android.application" ) version " 8.13.1" apply false
3- id(" org.jetbrains.kotlin.android" ) version " 2.3.0" apply false
2+ id(" com.android.application" ) version " 9.0.0" apply false
3+ }
4+
5+ buildscript {
6+ dependencies {
7+ classpath(" org.jetbrains.kotlin:kotlin-gradle-plugin:2.3.0" )
8+ classpath(" com.google.devtools.ksp:symbol-processing-gradle-plugin:2.3.5" )
9+ }
410}
511
612allprojects {
You can’t perform that action at this time.
0 commit comments