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)