Compiler plugin

This commit is contained in:
Jose Alcérreca
2024-12-10 14:56:17 +00:00
parent 9ee4581197
commit f8610fb80d
2 changed files with 2 additions and 3 deletions

View File

@@ -16,6 +16,7 @@
plugins {
id("com.android.application")
id("org.jetbrains.kotlin.android")
id("org.jetbrains.kotlin.plugin.compose")
}
android {
@@ -54,9 +55,6 @@ android {
buildFeatures {
compose = true
}
composeOptions {
kotlinCompilerExtensionVersion = "1.5.15"
}
packaging {
resources {
excludes += "/META-INF/{AL2.0,LGPL2.1}"