https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
p

pajatopmr

12/20/2018, 7:34 AM
Having some trouble linking (for a macos target, running on macos) kotlinx.coroutines.* items while running tests that all pass successfully (all common tests) on the JVM. From all that I can discern, this should be working but I might have missed something.
Here’s a typical error: > Task :linkTestDebugExecutableMacos src/commonTest/kotlin/com/pajato/argus/cli/ReplTest.kt416: error: unresolved reference: coroutines import kotlinx.coroutines.GlobalScope
The code is available at https://github.com/pajato/ArgusCLI fwiw.