move version to toml

This commit is contained in:
2026-02-18 20:09:05 +03:00
parent 7d73db7bdd
commit 40eaa03a67
2 changed files with 2 additions and 1 deletions

View File

@@ -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 {

View File

@@ -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"