Jaroslav
10/24/2018, 2:20 PMKotlinx_coroutines_core_nativeCoroutineDispatcher
in my ios framework. I’m using 1.0.0-RC1 coroutines. Maybe it changed the name or something?Vsevolod Tolstopyatov [JB]
10/24/2018, 4:54 PMe5l
10/24/2018, 5:10 PMJaroslav
10/25/2018, 4:56 AMclass DummyClass {
// Needed for native compiler to include CoroutineDispatcher interface in final framework
public val dummyDispatcher: CoroutineDispatcher? = null
}