启动页 登录注册 个人页面

This commit is contained in:
18142669586
2023-10-07 09:55:17 +08:00
parent 15d230e084
commit e3fc7786a8
47 changed files with 5111 additions and 117 deletions

View File

@@ -78,6 +78,7 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation rootProject.ext.dependencies["recyclerview-androidx"]
implementation project(path: ':lib_country_code')
annotationProcessor rootProject.ext.dependencies["arouter-compiler"]
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
//common