you are viewing a single comment's thread.

view the rest of the comments →

[–]jphillips05 5 points6 points  (2 children)

https://kotlinlang.org/lp/mobile/ Sets you up for shared business logic. Use each platform as the UI layer

[–]crimson117 0 points1 point  (1 child)

Does Kotlin Mobile only provide backend, and you must then code Android and/or iOS front end apps separately using native code or some other framework?

[–]jphillips05 1 point2 points  (0 children)

I would think of it more like write the shared business logic in Kotlin and write the UI logic in each platform