mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-09-14 01:57:59 -05:00
android: Convert gradle scripts to Kotlin DSL
This commit is contained in:
18
src/android/settings.gradle.kts
Normal file
18
src/android/settings.gradle.kts
Normal file
@@ -0,0 +1,18 @@
|
||||
pluginManagement {
|
||||
repositories {
|
||||
gradlePluginPortal()
|
||||
google()
|
||||
mavenCentral()
|
||||
}
|
||||
}
|
||||
|
||||
@Suppress("UnstableApiUsage")
|
||||
dependencyResolutionManagement {
|
||||
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
}
|
||||
}
|
||||
|
||||
include(":app")
|
Reference in New Issue
Block a user