blob: 8584c05a9ace81f833defad418dccea0aac9a86c [file] [log] [blame] [edit]
pluginManagement {
repositories {
mavenCentral()
maven { url "https://plugins.gradle.org/m2/" }
maven { url "https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev" }
mavenLocal()
}
}
include 'smokeTest'
rootProject.name = "kotlinx-coroutines-integration-testing"