Book screen frontend partially implemented

This commit is contained in:
2025-12-01 17:59:10 +03:00
parent 100a3adbb2
commit 053a916b55
10 changed files with 305 additions and 12 deletions

View File

@@ -35,6 +35,7 @@ android {
}
dependencies {
implementation("androidx.compose.material3:material3:1.4.0")
defaultComposeLibrary()
implementation("androidx.datastore:datastore-preferences:1.1.7")
implementation("org.jetbrains.kotlinx:kotlinx-collections-immutable:0.4.0")