File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,8 +3,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
33import org.jlleitschuh.gradle.ktlint.reporter.ReporterType
44
55plugins {
6- id(" com.android.application" ) version " 8.13.2"
7- id(" org.jetbrains.kotlin.android" ) version " 2.3.21"
6+ id(" com.android.application" ) version " 9.2.0"
87 id(" org.jetbrains.kotlin.plugin.compose" ) version " 2.3.21"
98 id(" org.jetbrains.kotlin.plugin.serialization" ) version " 2.3.21"
109 id(" com.google.protobuf" ) version " 0.10.0"
@@ -21,6 +20,7 @@ android {
2120 buildFeatures {
2221 viewBinding = true
2322 compose = true
23+ buildConfig = true
2424 }
2525
2626 defaultConfig {
Original file line number Diff line number Diff line change @@ -2,6 +2,5 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
22android.useAndroidX =true
33kotlin.code.style =official
44android.enableJetifier =true
5- android.defaults.buildfeatures.buildconfig =true
65android.nonTransitiveRClass =false
76android.nonFinalResIds =false
You can’t perform that action at this time.
0 commit comments