1pluginManagement { 2 repositories { 3 mavenCentral() 4 maven { url "https://plugins.gradle.org/m2/" } 5 maven { url "https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev" } 6 mavenLocal() 7 } 8} 9 10include 'smokeTest' 11include 'java8Test' 12include(":jpmsTest") 13 14rootProject.name = "kotlinx-coroutines-integration-testing" 15