We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b89af8 commit c818488Copy full SHA for c818488
integration-testing/smokeTest/build.gradle
@@ -3,12 +3,12 @@ plugins {
3
}
4
5
repositories {
6
- // Coroutines from the outer project are published by previous CI buils step
7
- mavenLocal()
8
mavenCentral()
9
maven { url "https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev" }
10
// This is bootstrap wasm repo, remove it as regular atomic-fu will be published
11
maven { url "https://maven.pkg.jetbrains.space/kotlin/p/wasm/experimental" }
+ // Coroutines from the outer project are published by previous CI buils step
+ mavenLocal()
12
13
14
kotlin {
0 commit comments