tree: 22d934b7c81ade3715ea59ce596f704da9750730
  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.