MVVM implementation

This commit is contained in:
2020-01-24 18:31:18 +00:00
parent 73deff2222
commit fcdb0edb1b
23 changed files with 581 additions and 169 deletions

View File

@@ -13,3 +13,5 @@ org.gradle.jvmargs=-Xmx1536m
# org.gradle.parallel=true
# Kotlin code style for this project: "official" or "obsolete":
kotlin.code.style=official
android.useAndroidX=true
android.enableJetifier=true