<@U3SK5B492> Are there any plans to make some of t...
# kotlin-native
s
@olonho Are there any plans to make some of these Kotlin/native features compatible with other kotlin platforms? i.e. Workers, and thread local objects? I'd also be interested to know if there are any plans to opt-in to kotlin/native threading restrictions on other platforms. If it's better, I could see that being useful as well.
t
check latest issues/PRs in KN repo for discussions
g
@thevery I couldn't find a related discussion, maybe you could share a link
👍 2
o
on other platforms we do not control runtime, so some features just cannot be implemented
t
@gildor https://github.com/JetBrains/kotlin-native/issues/1781, but this is not about other platforms - my bad on misreading question
s
@olonho a lot of these features could be supported from a static analysation / js and Java byte code generation stand point.