[O] Preference by delegate

This commit is contained in:
Azalea Gui
2023-01-23 20:39:13 -05:00
parent 64879b6428
commit 7a61b871a9
4 changed files with 51 additions and 17 deletions
+4 -1
View File
@@ -42,6 +42,10 @@ dependencies {
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.navigation:navigation-fragment-ktx:2.5.3'
implementation 'androidx.navigation:navigation-ui-ktx:2.5.3'
implementation 'androidx.preference:preference:1.2.0'
// https://mvnrepository.com/artifact/org.jetbrains.kotlin/kotlin-reflect
implementation "org.jetbrains.kotlin:kotlin-reflect:1.8.0"
// Logger
implementation 'com.jakewharton.timber:timber:5.0.1'
@@ -51,7 +55,6 @@ dependencies {
// Database library
implementation "com.influxdb:influxdb-client-kotlin:6.3.0"
implementation 'androidx.preference:preference:1.2.0'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'