Modify: 添加Common项目相关公共组件

This commit is contained in:
Quyunshuo
2020-08-27 17:08:52 +08:00
parent 6f267b7005
commit 478e9ffd2f
21 changed files with 161 additions and 26 deletions

View File

@ -27,6 +27,8 @@ android {
kotlinOptions {
jvmTarget = JavaVersion.VERSION_1_8.toString()
}
resourcePrefix "base_"
}
kapt {