Blog

@bardi I had looked into KMM, but it seems like you’d end up with a lot of really weird Cocoa specific Kotlin that would not “just work”. Sure a lot of the core business logic could be portable, but a UI layer sounds like it would have significant differences and bugs that would no easier to manage than having to different UI layers entirely.

What I ended up with was using TCA for the iOS app and using a similar library for my android app to make the logic similar, but also platform specific.