Add a settings screen.

This commit is contained in:
Andres Gomez, Thomas (ITDV RL) 2024-06-10 09:23:48 +02:00
parent 90bf11909f
commit a6124cbe79
28 changed files with 668 additions and 63 deletions

View file

@ -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")
}