hello is it possible to use Kotlin with Ionic UI f...
# android
g
hello is it possible to use Kotlin with Ionic UI framework. Maybe there is some solution or would be?
r
If you are interested in the Ionic as a full featured framework, it is probably possible, because you can write any JS code with the Kotlin/JS compiler, but you would have to create the whole toolchain by yourself. But if you are just interested in developing hybrid mobile apps with the Kotlin language, Cordova plugins, ready to use UI library and efficient toolchain (including hot reload support on the android emulator) - follow KVision project. The Apache Cordova module will be available in the next release, soon.
👍 1
261 Views