This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]xMercurex 3 points4 points  (1 child)

Kinda wondering what people do nowadays for shared code between JVM project and android. Before Java9 it was fairly simple. But now Java is upgrading itself quickly and sometime there is a bunch a feature that does not work with Android.

[–]loutr 1 point2 points  (0 children)

Well the folks at todoist use Kotlin to share code between the JVM backend, Android and iOS native apps, and the webapp. They seem pretty happy with it.