pluginManagement { repositories { gradlePluginPortal() google() mavenCentral() maven { url 'https://developer.huawei.com/repo/' } } } dependencyResolutionManagement { repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS) repositories { google() mavenCentral() maven { url 'https://jitpack.io' } maven { url 'https://dl.bintray.com/jetbrains/anko'} maven { url "https://s01.oss.sonatype.org/content/groups/public" } // hms maven { url 'https://developer.huawei.com/repo/' } // fcm maven { url "https://maven.google.com" } } } rootProject.name = "XAPP" include ':app' include ':lib_base' include ':module_home' include ':module_main' include ':module_apps' include ':module_art' include ':module_mine' include ':module_msg' include ':module_web' include ':module_contacts'