Remove coroutines from mingw build

This commit is contained in:
Ugljesa Jovanovic 2020-08-08 23:16:54 +02:00
parent d1a910b965
commit 3c9a222da5
No known key found for this signature in database
GPG Key ID: 178E6DFCECCB0E0F

View File

@ -247,9 +247,6 @@ kotlin {
runningOnWindows {
val mingwX64Main by getting {
dependsOn(commonMain)
dependencies {
implementation(Deps.Native.coroutines)
}
}
val mingwX64Test by getting {