反射初始化ViewBinding和ViewModel

This commit is contained in:
Dboy
2020-09-26 15:53:27 +08:00
parent b247b44f50
commit f14f5e9b32
9 changed files with 61 additions and 80 deletions

View File

@ -65,6 +65,9 @@ android {
kotlinOptions {
jvmTarget = JavaVersion.VERSION_1_8.toString()
}
buildFeatures {
viewBinding = true
}
}
dependencies {