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