dependencyResolutionManagement { repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS) repositories { google() mavenCentral() jcenter() // Warning: this repository is going to shut down soon } } pluginManagement { repositories { gradlePluginPortal() google() mavenCentral() } plugins { id("icu.nullptr.stringfuck") version "0.2.2" } } rootProject.name = "GenshinProxy" include(":app")