non delegated need coroutines dependancy

This commit is contained in:
Ugljesa Jovanovic 2020-05-30 00:22:33 +02:00 committed by Ugljesa Jovanovic
parent f97331bdf7
commit 7389f19024
No known key found for this signature in database
GPG Key ID: 178E6DFCECCB0E0F

View File

@ -338,6 +338,9 @@ kotlin {
if (hostOsName == "windows") { if (hostOsName == "windows") {
val mingwX64Main by getting { val mingwX64Main by getting {
dependsOn(commonMain) dependsOn(commonMain)
dependencies {
implementation(Deps.Native.coroutines)
}
} }
val mingwX64Test by getting { val mingwX64Test by getting {