Skip to content

Commit 21eb76a

Browse files
committed
Remove kotlinCompilerExtensionVersion
1 parent cf440cc commit 21eb76a

2 files changed

Lines changed: 0 additions & 5 deletions

File tree

build.gradle.kts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,6 @@ android {
3535
buildFeatures {
3636
compose = true
3737
}
38-
39-
composeOptions {
40-
kotlinCompilerExtensionVersion = libs.versions.composeCompiler.get()
41-
}
4238
}
4339

4440
kotlin {

gradle/libs.versions.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ binary-compatibility-validator = "0.18.1"
1515
uri-kmp = "0.0.21"
1616
kover = "0.9.8"
1717
composeBom = "2026.03.00"
18-
composeCompiler = "1.5.15"
1918
eudi-podofo = "0.3.1"
2019
kotlinx-serialization = "1.9.0"
2120

0 commit comments

Comments
 (0)