fix compose options
This commit is contained in:
@@ -9,7 +9,9 @@ plugins {
|
||||
android {
|
||||
namespace = "ru.fincode.tsudesk.feature.splash"
|
||||
buildFeatures { compose = true }
|
||||
|
||||
composeOptions {
|
||||
kotlinCompilerExtensionVersion = "1.5.14"
|
||||
}
|
||||
compileSdk = libs.versions.compileSdk.get().toInt()
|
||||
defaultConfig {
|
||||
minSdk = libs.versions.minSdk.get().toInt()
|
||||
|
||||
Reference in New Issue
Block a user