Folks, I am just starting with Kotlin on Android.....
# kotlin-native
a
Folks, I am just starting with Kotlin on Android.. And I wanted to learn a cross platform tech too. I was wondering if Kotlin Native requires me to write the UI in iOS specific language, what’s the real value that Kotlin Native gives me over things like Flutter or ReactNative?
o
It doesn’t require, it allows to write it in either Swift or Kotlin, with tight platform integration vs. fixed porting layer in other solutions you mention