We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf440cc commit 21eb76aCopy full SHA for 21eb76a
2 files changed
build.gradle.kts
@@ -35,10 +35,6 @@ android {
35
buildFeatures {
36
compose = true
37
}
38
-
39
- composeOptions {
40
- kotlinCompilerExtensionVersion = libs.versions.composeCompiler.get()
41
- }
42
43
44
kotlin {
gradle/libs.versions.toml
@@ -15,7 +15,6 @@ binary-compatibility-validator = "0.18.1"
15
uri-kmp = "0.0.21"
16
kover = "0.9.8"
17
composeBom = "2026.03.00"
18
-composeCompiler = "1.5.15"
19
eudi-podofo = "0.3.1"
20
kotlinx-serialization = "1.9.0"
21
0 commit comments