lun_launcher/settings.gradle.kts
lunaticbum 256a13b7df ...
2024-11-11 18:12:06 +09:00

22 lines
437 B
Plaintext

pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
}
}
@Suppress("UnstableApiUsage")
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
maven(url = "https://jitpack.io")
}
}
rootProject.name = "LunarLauncher"
include ("app","library","utils")
//annotations