rafal.adasiewicz
10/17/2018, 3:18 PMKotlinx_coroutines_core_nativeCoroutineDispatcher
is undeclared. Moreover, I’ve spotted that if I go with the second solution https://github.com/Kotlin/kotlinx.coroutines/issues/470#issuecomment-414635811 everything works fine and Kotlinx_coroutines_core_nativeCoroutineDispatcher
is declared properly. Why does Kotlinx_coroutines_core_nativeCoroutineDispatcher
type disappears in the first approach?
I am using:
coroutines - '0.30.2-eap13'
kotlin_version = '1.3.0-rc-146'
Gradle version = 4.7
alex009
10/17/2018, 3:34 PMrafal.adasiewicz
10/17/2018, 3:34 PMalex009
10/17/2018, 3:36 PMalex009
10/17/2018, 3:38 PMalex009
10/17/2018, 3:38 PMalex009
10/17/2018, 3:39 PMval justValue: CoroutinesDispatcher? = null
somewhere in your kotlin projectalex009
10/17/2018, 3:40 PMKotlinx_coroutines_core_nativeCoroutineDispatcher
rafal.adasiewicz
10/17/2018, 3:40 PM