studoverse/Kotlift

Status of project?

Opened this issue · 4 comments

What is the current status of this project?
Please update, since the official support for Kotlin on Android, this project is a must need.

Currently this project isn't under active maintenance. Feel free to fix any issues and creating pull requests.
I personally hope, that with Kotlin/Native this approach isn't needed any more.

So with Kotlin/Native, I could use Kotlin to write some code that is can be shared between an iOS and Android project? Then write the UI code in each native environment?

Now I use Java & J2Objc, but wanting to modernize.

Thank you for the link. Ideally I hope to use Flutter for UI and Kotlin for platform independent logic. Or maybe it would be sufficient to code the logic in Dart (Flutter's language).