Add logging to datastore

This commit is contained in:
Kirill Kamakin
2022-08-05 20:19:05 +02:00
parent 107bb64256
commit a299b40c4c
3 changed files with 15 additions and 9 deletions

View File

@@ -15,6 +15,8 @@ android {
}
dependencies {
implementation(project(":logging"))
implementation(libs.androidx.datastore.preferences)
implementation(libs.androidx.datastore.datastore)