|
|
3 years ago | |
|---|---|---|
| .idea | 3 years ago | |
| app | 3 years ago | |
| gradle/wrapper | 3 years ago | |
| lib/common | 3 years ago | |
| .gitignore | 3 years ago | |
| ProjectErrors.md | 3 years ago | |
| README.md | 3 years ago | |
| build.gradle | 3 years ago | |
| gradle.properties | 3 years ago | |
| gradlew | 3 years ago | |
| gradlew.bat | 3 years ago | |
| settings.gradle | 3 years ago | |
gradle 版本管理 ext.android : app版本信息 ext.version : 依赖包版本信息 ext.dependencies_required : 必须的依赖项 ext.dependencies_testImplementation : 测试依赖 ext.dependencies_androidTestImplementation : 测试依赖 ext.dependencies_custom : 自己添加的依赖项,按需定制
androidx.appcompat:appcompat 自带jetpack中的lifecycle、viewmodel、livedata
app: module : 按模块进行业务划分
common: app: 获取application base: 存放业务的基础类 eventbus: livedata的事件总线 util : 工具类,包含Kotlin的扩展属性