Hi, Does anyone know how to use `kotlin.native.in...
# kotlin-native
e
Hi, Does anyone know how to use
kotlin.native.internal
with Kotlin 1.4 ? It says "unresolved reference" but I see a lot of message mentioning it. Did it change ?
Even referenced in the doc : https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.native.concurrent/-worker/execute.html I just can't figure why I can't access it
k
I don’t think I’ve had any issues with this in 1.4
e
Damn. When I look into
kotlin-stdlib-common:1.4.0@jar
there is no such
native.internal
only
native.coroutine