What software development areas are likely to be s...
# kotlin-native
n
What software development areas are likely to be supported by Kotlin Native (v1.0 onwards)? Would the following areas be supported: 1. Serverless, a sub area of Server-side 2. Desktop 3. CLI 4. IoT (using a SBC like Rpi, BBB etc), which is a sub area of Embedded 5. Machine Learning 6. AI 7. iOS 8. Android 9. Web Stack (both the web front-end and back-end via WASM)
o
technically, we try to provide compiler, Gradle plugin and platform bindings/interop, while keeping selection of development purpose up to our users
n
about desktop.. i know there is a github for libui withK/N but without any useful readme or similar i am hoping and wishing for qt5 eventually
n
Unfortunately Qt only exposes a C++ API. Would require the Qt maintainers to provide C APIs which is extremely unlikely. 🙁
k
I would love to use it for game development. Anything to help get us away from C#