A multiplatform Personal Rating service in Kotlin, see examples/ for C++, Java and JavaScript examples.
Under Configurations
, add three configs for native, js and jvm.
- jsRun/compileKotlinJs
- Output is
build\js\packages\
- Output is
- jar/compileKotlinJvm
- Output is
build\libs\
- Output is
- nativeBinaries/compileKotlinNative
- Speed up by using
linkReleaseSharedNative
orlinkDebugSharedNative
- Output is
build\bin\native\
- Speed up by using
For this project, the jar size is around 40 KB, js files are around 2.5 MB and the native library is around 7 MB (on Windows).