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' 11 12rootProject.name = "kotlinx-coroutines-integration-testing" 13