This commit is contained in:
2025-12-10 16:24:59 +07:00
parent eb5eacfa11
commit 01b75dda8e
28 changed files with 1279 additions and 164 deletions

View File

@@ -35,6 +35,11 @@ android {
}
dependencies {
implementation("androidx.compose.ui:ui")
implementation("androidx.compose.ui:ui-graphics")
implementation("androidx.compose.ui:ui-tooling-preview")
implementation("androidx.compose.material3:material3")
debugImplementation("androidx.compose.ui:ui-tooling")
defaultComposeLibrary()
implementation("androidx.datastore:datastore-preferences:1.1.7")
implementation("org.jetbrains.kotlinx:kotlinx-collections-immutable:0.4.0")