pluginManagement { repositories { google() mavenCentral() mavenLocal() gradlePluginPortal() maven { url "https://plugins.gradle.org/m2/" } } } dependencyResolutionManagement { repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS) repositories { google() mavenCentral() mavenLocal() } } rootProject.name = "Jetmagic" include ':app' include ':Jetmagic'