feat: add query's to backend

This commit is contained in:
2025-12-11 22:14:19 +03:00
parent 72e8b946c0
commit 9e6ef6062f
10 changed files with 513 additions and 225 deletions

View File

@@ -36,6 +36,9 @@ android {
dependencies {
implementation("androidx.compose.material3:material3:1.4.0")
implementation("androidx.compose.runtime:runtime:1.10.0")
implementation("androidx.compose.foundation:foundation-layout:1.10.0")
implementation("androidx.compose.foundation:foundation:1.10.0")
defaultComposeLibrary()
implementation("androidx.datastore:datastore-preferences:1.1.7")
implementation("org.jetbrains.kotlinx:kotlinx-collections-immutable:0.4.0")