Files
tiku_andriod/settings.gradle.kts
爱喝水的木子 98fc3ff879
Some checks failed
Build and Release APK / build (push) Has been cancelled
Build and Release APK / release (push) Has been cancelled
Initial commit: Android题库APP - Jetpack Compose + Retrofit
2026-04-01 18:32:18 +08:00

18 lines
326 B
Kotlin

pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "TiKuApp"
include(":app")