Hi there! Looking to find out if anyone is using <...
# ios
m
Hi there! Looking to find out if anyone is using https://kotlinlang.org/docs/apple-framework.html in practice here in their shipping apps that otherwise use Swift and if there were any big pain points/tool lag that made that higher "cost" than it may appear at first glance
Is there specific performance features/optimization issues you would highlight? Just trying to make app behavior uniform on this one note across platform.
b
It works perfectly for sharing single-threaded code
🙌 1
The new Kotlin/native memory model will simplify multi-threaded code, but it's not stable yet
m
Perfect insight, thank you!