Skip to content

Commit 38aec56

Browse files
committed
remove outdated options
1 parent 2b357ae commit 38aec56

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

demoApp/composeApp/build.gradle.kts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,6 @@ android {
121121
buildFeatures {
122122
compose = true
123123
}
124-
composeOptions {
125-
kotlinCompilerExtensionVersion = "1.5.4"
126-
}
127124
packaging {
128125
resources {
129126
excludes += "/META-INF/{AL2.0,LGPL2.1}"

reorderable/build.gradle.kts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,6 @@ android {
7878
buildFeatures {
7979
compose = true
8080
}
81-
composeOptions {
82-
kotlinCompilerExtensionVersion = "1.5.4"
83-
}
8481
compileOptions {
8582
sourceCompatibility = JavaVersion.VERSION_1_8
8683
targetCompatibility = JavaVersion.VERSION_1_8

0 commit comments

Comments
 (0)