|
|
|
|
|
by on_and_off
3770 days ago
|
|
So far, it seems pretty seamless.
I guess that with a couple of years working on a production app in Kotlin, I would have to discover some hairy corner cases though. What helps a lot is that the kotlin team has written many helper methods allowing a better flow between the android API and kotlin code : while you don't need it in order to get interop, it allows to more easily write idiomatic kotlin code while interacting with Android. |
|