FabricMC / fabric-language-kotlin

Fabric language module for Kotlin.
Apache License 2.0
293 stars 33 forks source link

kotlinx.coroutines.core is missing in the released package on curseforge #26

Closed DWVoid closed 3 years ago

DWVoid commented 4 years ago

Did some research yesterday, turns out that it is now kotlinx.coroutines.core-jvm. Hope this would be helpful

Martmists-GH commented 4 years ago

...people actually use kotlinx coroutines?

DWVoid commented 4 years ago

it's a good tool for arranging async procedures. why not?

modmuss50 commented 4 years ago

It should be, just missing an include I guess

modmuss50 commented 3 years ago

Fixed, will be in the next version.