GarouDan
06/16/2020, 5:09 PMUniversal Kotlin
is a project that aims to run on the most popular platforms using just Kotlin.
Also, one of its goals is to use shared code from the common modules and libraries in all other ones.
The current supported implementations are
- buildSrc
- common (multiplatform)
- multiple source folders
- single_source folder
- library (multiplatform)
- multiple source folders
- single_source folder
- application
- backend
- jvm
- spring boot
- browser
- js
- spa
- react
- vanilla javascript (kotlin only)
- native
- wasm32 (kotlin only)
- desktop
- jvm
- tornado fx
- mobile
- jvm
- android
- native
- apple
- ios
- iosX64 application copying a kotlin framework
- iosX64 kotlin framework (for reuse)
- iosX64 application with a kotlin framework embedded
- iosX64 application withtout a kotlin framework
- script
- jvm
- kscript
- terminal
- jvm
- terminal (jvm terminal application)
https://github.com/funttastic/universal_kotlinJoost Klitsie
06/19/2020, 8:33 AMGarouDan
06/21/2020, 7:31 PM