Modify: 基类调整,不再使用构造方法,采用反射进行初始化

This commit is contained in:
Quyunshuo
2020-09-26 17:17:04 +08:00
parent f14f5e9b32
commit bc9772a828
12 changed files with 37 additions and 108 deletions

View File

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