move version to toml
This commit is contained in:
@@ -10,7 +10,7 @@ android {
|
|||||||
namespace = "ru.fincode.tsudesk.feature.splash"
|
namespace = "ru.fincode.tsudesk.feature.splash"
|
||||||
buildFeatures { compose = true }
|
buildFeatures { compose = true }
|
||||||
composeOptions {
|
composeOptions {
|
||||||
kotlinCompilerExtensionVersion = "1.5.14"
|
kotlinCompilerExtensionVersion = libs.versions.kotlinCompilerExtension.get()
|
||||||
}
|
}
|
||||||
compileSdk = libs.versions.compileSdk.get().toInt()
|
compileSdk = libs.versions.compileSdk.get().toInt()
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
|
|||||||
@@ -8,6 +8,7 @@ versionCode = "1"
|
|||||||
agp = "8.12.0"
|
agp = "8.12.0"
|
||||||
kotlin = "1.9.24"
|
kotlin = "1.9.24"
|
||||||
jvmTarget = "17"
|
jvmTarget = "17"
|
||||||
|
kotlinCompilerExtension = "1.5.14"
|
||||||
serilization = "1.6.3"
|
serilization = "1.6.3"
|
||||||
|
|
||||||
coreKtx = "1.10.1"
|
coreKtx = "1.10.1"
|
||||||
|
|||||||
Reference in New Issue
Block a user