mbonnin
03/28/2020, 11:16 PMmacosX64Test ? I tried calling dispatch_main manually but it gave me a Illegal instruction: 4mbonnin
03/29/2020, 12:16 AMdispatch_main from a regular kotlin cli without success: See https://github.com/martinbonnin/kmpCli for an exemplembonnin
03/29/2020, 12:17 AMBrendan Weinstein
03/29/2020, 1:24 AMdispatch_main call with CFRunLoopRun() and your code will runBrendan Weinstein
03/29/2020, 1:28 AMCFRunLoopRun runs the darwin event loop (https://github.com/Kotlin/kotlinx.coroutines/issues/1831#issuecomment-603711857)mbonnin
03/29/2020, 8:38 AM