feat: 添加DI框架Hilt,重构基类部分,添加module_home模块示例用法

This commit is contained in:
Quyunshuo
2021-05-25 17:47:55 +08:00
parent eb8ec75f04
commit 3ca38ee5b2
40 changed files with 316 additions and 118 deletions

View File

@ -11,6 +11,7 @@ buildscript {
classpath ProjectPluginManager.AndroidToolsPlugin
classpath ProjectPluginManager.KotlinPlugin
classpath ProjectPluginManager.ARouterRegister
classpath ProjectPluginManager.HiltPlugin
}
}
@ -18,6 +19,7 @@ allprojects {
repositories {
google()
jcenter()
mavenCentral()
}
}