Having some trouble linking (for a macos target, r...
# multiplatform
p
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.