Use view binding property delegate (#22)

This commit is contained in:
Kirill Kamakin
2021-12-27 11:37:10 +03:00
committed by GitHub
parent 7bd9d20e9d
commit a36fec226d
6 changed files with 21 additions and 89 deletions

View File

@@ -159,4 +159,7 @@ dependencies {
def stetho_version = "1.6.0"
implementation "com.facebook.stetho:stetho:$stetho_version"
implementation "com.facebook.stetho:stetho-okhttp3:$stetho_version"
// https://github.com/androidbroadcast/ViewBindingPropertyDelegate/releases
implementation "com.github.kirich1409:viewbindingpropertydelegate-noreflection:1.5.3"
}