Skip to content

Commit ff8862b

Browse files
committed
remove kotlinCompilerExtensionVersion
1 parent ad03491 commit ff8862b

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ android {
3030
}
3131
}
3232

33-
dependenciesInfo {
34-
includeInApk = false
35-
}
36-
3733
compileOptions {
3834
sourceCompatibility = JavaVersion.VERSION_11
3935
targetCompatibility = JavaVersion.VERSION_11
@@ -47,9 +43,8 @@ android {
4743
compose = true
4844
}
4945

50-
@Suppress("UnstableApiUsage")
51-
composeOptions {
52-
kotlinCompilerExtensionVersion = "1.5.15"
46+
dependenciesInfo {
47+
includeInApk = false
5348
}
5449
}
5550

0 commit comments

Comments
 (0)