Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
settings.gradle.kts 288 Bytes
Copy Edit Raw Blame History
Haiyang authored 2021-07-17 22:01 . first commit
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
jcenter() // Warning: this repository is going to shut down soon
}
}
rootProject.name = "ComposeDemo"
include(":app")
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化