AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Kotlin Multi-Platform
Kotlin multi-platform is driven by a really important aspect to Kotlin, which is interoperability. One of the core goals was interoperability with Java and it does very well at that. It basically masquerades as if it had been written on that platform, right? I mean, that's what Kotlin does. You might use a Kotlin property, but from Java, it's like, oh, hello, I'm a Java getter and setter. And I guess it's the same in KAM. Does Objective-C look at code written from Kotlin multi-mobile and it looks basically like another Objective-C or Swift library? Exactly. That's