tree: b6834584fbbe7d9e55b3ccd3895d2ed4908554a6 [path history] [tgz]
  1. src/
  2. build.gradle.kts
  3. README.md
kotlin-native/platformLibs/README.md

Platform libraries

See the official documentation.

Building

By default, building platform libraries is performed by the snapshot compiler (i.e. freshly built on the current branch).

Setting kotlin.native.platformLibs.bootstrap=true Gradle property, will use the bootstrap compiler instead. This can improve distribution build time when Gradle build caches are used.

Note: building caches for the libraries is always performed by the snapshot compiler.