allprojects repositories google() error
페이지 정보

본문
-> settings.gradle
/*
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
jcenter() // Warning: this repository is going to shut down soon
}
}
*/
rootProject.name = "radius8428"
include ':app'
- 이전글Configuration `debugRuntimeClasspath` contains AndroidX dependencies, but the `android.useAndroidX` property is not enabled, which may cause runtime issues 21.12.27
- 다음글android.useAndroidX=true 21.10.07
댓글목록
등록된 댓글이 없습니다.