From 7d73db7bddb4f0f19ec8e62d7aa7dc52417f79e3 Mon Sep 17 00:00:00 2001 From: Shcherbatykh Oleg Date: Wed, 18 Feb 2026 20:06:57 +0300 Subject: [PATCH] fix compose options --- feature/splash/build.gradle.kts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/feature/splash/build.gradle.kts b/feature/splash/build.gradle.kts index 6d79624..a77b818 100644 --- a/feature/splash/build.gradle.kts +++ b/feature/splash/build.gradle.kts @@ -9,7 +9,9 @@ plugins { android { namespace = "ru.fincode.tsudesk.feature.splash" buildFeatures { compose = true } - + composeOptions { + kotlinCompilerExtensionVersion = "1.5.14" + } compileSdk = libs.versions.compileSdk.get().toInt() defaultConfig { minSdk = libs.versions.minSdk.get().toInt()