File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717plugins {
1818 id(" com.android.application" )
1919 id(" org.jetbrains.kotlin.android" )
20+ id(" org.jetbrains.kotlin.plugin.compose" )
2021}
2122
2223android {
2324 namespace = " com.example.sports"
24- compileSdk = 34
25+ compileSdk = 35
2526
2627 defaultConfig {
2728 applicationId = " com.example.sports"
2829 minSdk = 24
29- targetSdk = 34
30+ targetSdk = 35
3031 versionCode = 1
3132 versionName = " 1.0"
3233
@@ -55,9 +56,6 @@ android {
5556 buildFeatures {
5657 compose = true
5758 }
58- composeOptions {
59- kotlinCompilerExtensionVersion = " 1.5.15"
60- }
6159 packaging {
6260 resources {
6361 excludes + = " /META-INF/{AL2.0,LGPL2.1}"
Original file line number Diff line number Diff line change @@ -24,4 +24,5 @@ plugins {
2424 id(" com.android.application" ) version " 8.7.3" apply false
2525 id(" com.android.library" ) version " 8.7.3" apply false
2626 id(" org.jetbrains.kotlin.android" ) version " 2.1.0" apply false
27+ id(" org.jetbrains.kotlin.plugin.compose" ) version " 2.1.0" apply false
2728}
You can’t perform that action at this time.
0 commit comments