Support for Kotlin Native
Open
- Dominant language
- C++
- Stars
- 20.5k
- Forks
- 2.3k
- Avg merge
- 2d 16h
- Merged PRs (30d)
- 74
Description
**Describe the solution you'd like**
Adding support for Kotlin Native would allow developers to create a single codebase that supports iOS, Desktop, and Android. The code would be compiled to native code for each platform possibly increasing performance.
**Describe alternatives you've considered**
It is currently possible to build macOS, PC, Android, and Linux apps using Kotlin. These platforms each require their own build to be performed, though. Apps for iOS need to be rewritten in C++.
Contributor guide
Assessment
This issue has not been assessed yet.