File tree 3 files changed +3
-13
lines changed
3 files changed +3
-13
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ plugins {
17
17
id(" com.android.library" )
18
18
id(" org.jetbrains.kotlin.android" )
19
19
id(" maven-publish" )
20
+ id(" org.jetbrains.kotlin.plugin.compose" )
20
21
}
21
22
22
23
android {
@@ -46,13 +47,6 @@ android {
46
47
kotlinOptions {
47
48
jvmTarget = " 1.8"
48
49
}
49
- buildFeatures {
50
- compose = true
51
- }
52
- composeOptions {
53
- kotlinCompilerExtensionVersion = " 1.5.14"
54
- }
55
-
56
50
packaging {
57
51
resources {
58
52
excludes + = " /META-INF/{AL2.0,LGPL2.1}"
Original file line number Diff line number Diff line change 16
16
plugins {
17
17
id(" com.android.application" )
18
18
id(" org.jetbrains.kotlin.android" )
19
+ id(" org.jetbrains.kotlin.plugin.compose" )
19
20
}
20
21
21
22
android {
@@ -51,12 +52,6 @@ android {
51
52
kotlinOptions {
52
53
jvmTarget = " 1.8"
53
54
}
54
- buildFeatures {
55
- compose = true
56
- }
57
- composeOptions {
58
- kotlinCompilerExtensionVersion = " 1.5.14"
59
- }
60
55
packaging {
61
56
resources {
62
57
excludes + = " /META-INF/{AL2.0,LGPL2.1}"
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ plugins {
4
4
id(" org.jetbrains.kotlin.android" ) version " 1.9.24" apply false
5
5
id(" com.android.library" ) version " 8.1.4" apply false
6
6
id(" com.diffplug.spotless" ) version " 6.19.0" apply false
7
+ id(" org.jetbrains.kotlin.plugin.compose" ) version " 2.0.0" apply false
7
8
}
8
9
9
10
subprojects {
You can’t perform that action at this time.
0 commit comments