refactor(ui): use compose-unstyled bottomsheet

This commit is contained in:
Cilly Leang 2025-11-28 21:20:45 +11:00
parent d4425f5b12
commit 40cfef5f1e
Signed by: cilly
GPG key ID: 6500251E087653C9
5 changed files with 214 additions and 101 deletions

View file

@ -53,6 +53,7 @@ kotlin {
implementation(compose.ui)
implementation(compose.components.resources)
implementation(compose.components.uiToolingPreview)
implementation(libs.composeunstyled)
implementation(libs.androidx.lifecycle.viewmodel)
implementation(libs.androidx.lifecycle.viewmodel.compose)
implementation(libs.androidx.lifecycle.runtime.compose)