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