Skip to content

Commit 3481eb4

Browse files
fix add Kotlin Compose plugin to Gradle build
1 parent c601d9c commit 3481eb4

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

build.gradle

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ buildscript {
1919
plugins {
2020
id "org.sonarqube" version "3.5.0.2730"
2121
id "org.jlleitschuh.gradle.ktlint" version "13.0.0"
22+
id "org.jetbrains.kotlin.plugin.compose" version "2.0.0"
2223
}
2324

2425
sonarqube {
@@ -51,10 +52,6 @@ android {
5152
buildFeatures {
5253
compose true
5354
}
54-
55-
composeOptions {
56-
kotlinCompilerExtensionVersion = "1.5.2" // or match the app’s version
57-
}
5855
}
5956

6057
repositories {

0 commit comments

Comments
 (0)