Remove coroutines from mingw build
This commit is contained in:
parent
d1a910b965
commit
3c9a222da5
@ -247,9 +247,6 @@ kotlin {
|
|||||||
runningOnWindows {
|
runningOnWindows {
|
||||||
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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user