[K/N][build] Add coroutines dependency for bootstrap test
Bootstrap test builds compileKotlin that fails to resolve coroutines.
This commit is contained in:
committed by
Space Team
parent
cc258934c4
commit
83d1de56bf
@@ -64,6 +64,8 @@ dependencies {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.0")
|
||||||
|
|
||||||
api(project(":native:kotlin-native-utils"))
|
api(project(":native:kotlin-native-utils"))
|
||||||
api(project(":kotlin-native-shared"))
|
api(project(":kotlin-native-shared"))
|
||||||
api(project(":kotlinx-metadata-klib"))
|
api(project(":kotlinx-metadata-klib"))
|
||||||
|
|||||||
Reference in New Issue
Block a user