non delegated need coroutines dependancy
This commit is contained in:
parent
f97331bdf7
commit
7389f19024
@ -338,6 +338,9 @@ kotlin {
|
||||
if (hostOsName == "windows") {
|
||||
val mingwX64Main by getting {
|
||||
dependsOn(commonMain)
|
||||
dependencies {
|
||||
implementation(Deps.Native.coroutines)
|
||||
}
|
||||
}
|
||||
|
||||
val mingwX64Test by getting {
|
||||
|
Loading…
x
Reference in New Issue
Block a user