This commit is contained in:
lunaticbum
2024-08-12 17:02:52 +09:00
parent bef4031a5c
commit dde2da6989
149 changed files with 12343 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
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")