xref: /aosp_15_r20/external/kotlinx.coroutines/integration-testing/settings.gradle (revision 7a7160fed73afa6648ef8aa100d4a336fe921d9a)
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