Add a settings screen.
This commit is contained in:
parent
90bf11909f
commit
a6124cbe79
28 changed files with 668 additions and 63 deletions
|
|
@ -161,6 +161,9 @@ dependencies {
|
|||
implementation("androidx.room:room-ktx:2.6.1")
|
||||
ksp("androidx.room:room-compiler:2.6.1")
|
||||
|
||||
// DataStore
|
||||
implementation("androidx.datastore:datastore-preferences:1.1.1")
|
||||
|
||||
// Image
|
||||
implementation("io.coil-kt:coil-compose:2.6.0")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue