xref: /aosp_15_r20/external/kotlinx.coroutines/integration-testing/settings.gradle (revision 7a7160fed73afa6648ef8aa100d4a336fe921d9a)
1*7a7160feSAndroid Build Coastguard WorkerpluginManagement {
2*7a7160feSAndroid Build Coastguard Worker    repositories {
3*7a7160feSAndroid Build Coastguard Worker        mavenCentral()
4*7a7160feSAndroid Build Coastguard Worker        maven { url "https://plugins.gradle.org/m2/" }
5*7a7160feSAndroid Build Coastguard Worker        maven { url "https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev" }
6*7a7160feSAndroid Build Coastguard Worker        mavenLocal()
7*7a7160feSAndroid Build Coastguard Worker    }
8*7a7160feSAndroid Build Coastguard Worker}
9*7a7160feSAndroid Build Coastguard Worker
10*7a7160feSAndroid Build Coastguard Workerinclude 'smokeTest'
11*7a7160feSAndroid Build Coastguard Worker
12*7a7160feSAndroid Build Coastguard WorkerrootProject.name = "kotlinx-coroutines-integration-testing"
13