Fix Cursor rules and dependencies

This commit is contained in:
2025-12-29 11:18:16 +03:00
Unverified
parent f54066c1c0
commit d1be84d89d
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -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
+1
View File
@@ -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)