pluginManagement { repositories { google() jcenter() gradlePluginPortal() mavenCentral() } } rootProject.name = "widgets-gallery" include(":androidApp") include(":shared") include(":desktopApp")