From 40eaa03a671acdc8dfbc5de17e504df3879ad3eb Mon Sep 17 00:00:00 2001 From: Shcherbatykh Oleg Date: Wed, 18 Feb 2026 20:09:05 +0300 Subject: [PATCH] move version to toml --- feature/splash/build.gradle.kts | 2 +- gradle/libs.versions.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/feature/splash/build.gradle.kts b/feature/splash/build.gradle.kts index a77b818..6d6c69d 100644 --- a/feature/splash/build.gradle.kts +++ b/feature/splash/build.gradle.kts @@ -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 { diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index f699b54..007a51b 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -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"