From d1be84d89d324fcfc178f433f2974eefa2d8c6bb Mon Sep 17 00:00:00 2001 From: denis0001-dev Date: Mon, 29 Dec 2025 11:18:16 +0300 Subject: [PATCH] Fix Cursor rules and dependencies --- .cursor/rules/general.mdc | 1 + app/shared/build.gradle.kts | 1 + 2 files changed, 2 insertions(+) diff --git a/.cursor/rules/general.mdc b/.cursor/rules/general.mdc index c4736df..59eaf92 100644 --- a/.cursor/rules/general.mdc +++ b/.cursor/rules/general.mdc @@ -16,6 +16,7 @@ When working with the mobile app: - MINIMIZE OUTPUT: Your response should contain ONLY the necessary tool calls/code blocks. - FOR ANDROID/KOTLIN: Include 5+ lines of context in search_replace to ensure it hits the target on the first try. - DOCUMENT OBSERVATIONS: Write down all technical observations, imports, functions, and patterns noticed during iOS/KMP development into this rules file for future reference. +- DO NOT clean any caches. # iOS & KMP OBSERVATIONS diff --git a/app/shared/build.gradle.kts b/app/shared/build.gradle.kts index f538abd..8a8520d 100644 --- a/app/shared/build.gradle.kts +++ b/app/shared/build.gradle.kts @@ -54,6 +54,7 @@ kotlin { implementation(compose.materialIconsExtended) implementation(libs.haze) implementation(libs.haze.materials) + implementation(libs.androidx.core.ktx) // Serialization implementation(libs.kotlinx.serialization.json)