Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 670 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 670 Bytes

Personal Rating Service

A multiplatform Personal Rating service in Kotlin, see examples/ for C++, Java and JavaScript examples.

Building

Under Configurations, add three configs for native, js and jvm.

  • jsRun/compileKotlinJs
    • Output is build\js\packages\
  • jar/compileKotlinJvm
    • Output is build\libs\
  • nativeBinaries/compileKotlinNative
    • Speed up by using linkReleaseSharedNative or linkDebugSharedNative
    • Output is build\bin\native\

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).