Adding class stubs for settings search, UI elements.

This commit is contained in:
mpm11011
2020-08-16 19:08:09 -04:00
parent 64bdfabbd8
commit 22518f173f
11 changed files with 617 additions and 0 deletions

View File

@@ -201,6 +201,8 @@ dependencies {
// Preferences
implementation 'com.github.tfcporciuncula:flow-preferences:1.3.0'
implementation 'com.github.ByteHamster:SearchPreference:v1.0.3'
implementation "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
// Model View Presenter
final nucleus_version = '3.0.0'