...
This commit is contained in:
@@ -3,6 +3,7 @@ import org.jetbrains.kotlin.fir.scopes.debugCollectOverrides
|
||||
plugins {
|
||||
id ("com.android.application")
|
||||
id ("kotlin-android")
|
||||
id ("io.realm.kotlin")
|
||||
}
|
||||
|
||||
android {
|
||||
@@ -86,5 +87,6 @@ dependencies {
|
||||
implementation ("com.squareup.picasso:picasso:2.71828")
|
||||
implementation ("androidx.work:work-runtime:2.9.1")
|
||||
implementation ("com.google.code.gson:gson:2.11.0")
|
||||
|
||||
implementation ("io.realm.kotlin:library-base:2.1.0")
|
||||
|
||||
}
|
||||
|
||||
@@ -435,7 +435,7 @@ internal class LauncherHome : Fragment() {
|
||||
}
|
||||
}
|
||||
} else {
|
||||
// binding.notes.adapter = TodoAdapter(null, requireContext())
|
||||
//binding.notes.adapter = TodoAdapter(null, requireContext())
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user