pluginManagement { repositories { **ARTIFACTORYREPOSITORY** mavenLocal() gradlePluginPortal() google() mavenCentral() } } include ':launcher', ':tuanjieLibrary' **INCLUDES** dependencyResolutionManagement { repositoriesMode.set(RepositoriesMode.PREFER_SETTINGS) repositories { **ARTIFACTORYREPOSITORY** mavenLocal() google() mavenCentral() maven { url 'https://artifact.bytedance.com/repository/pangle' } maven { url "https://maven.google.com" } maven { url "https://sdk.tapjoy.com/" } maven { url 'https://android-sdk.is.com/' } flatDir { dirs "${project(':tuanjieLibrary').projectDir}/libs" } } }