File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 17
17
plugins {
18
18
id(" com.android.application" )
19
19
id(" org.jetbrains.kotlin.android" )
20
+ id(" org.jetbrains.kotlin.plugin.compose" )
20
21
}
21
22
22
23
android {
@@ -56,9 +57,6 @@ android {
56
57
buildFeatures {
57
58
compose = true
58
59
}
59
- composeOptions {
60
- kotlinCompilerExtensionVersion = " 1.4.7"
61
- }
62
60
packaging {
63
61
resources {
64
62
excludes + = " /META-INF/{AL2.0,LGPL2.1}"
Original file line number Diff line number Diff line change 19
19
plugins {
20
20
id(" com.android.application" ) version " 8.7.3" apply false
21
21
id(" com.android.library" ) version " 8.7.3" apply false
22
- id(" org.jetbrains.kotlin.android" ) version " 1.8.21" apply false
22
+ id(" org.jetbrains.kotlin.android" ) version " 2.1.0" apply false
23
+ id(" org.jetbrains.kotlin.plugin.compose" ) version " 2.1.0" apply false
23
24
}
You can’t perform that action at this time.
0 commit comments