Hacker News new | ask | show | jobs
Building a Kotlin Native App on iOS/Android (medium.com)
17 points by jrempel 2673 days ago
1 comments

I had no idea that Kotlin/Native existed, nor that it had interop with Swift and iOS frameworks! Wow!

Funnily enough, when looking at the Kotlin view code it took me a second to realize I wasn’t looking at Swift + iOS (for better or worse)!

Is anyone using it to actually develop cross-platform apps? Positive/negative experience?

Because Kotlin is like Swift http://nilhcem.com/swift-is-like-kotlin
I've looked at it and what really turns me off is the dependency on gradle, I hate dealing with gradele scripts so much. Its just overcomplicated to me.