tree: 20fcd8c8f61cc9e8b9cc156c790013f84fdcf540 [path history] [tgz]
  1. license/
  2. repo/
  3. README.md
third_party/prebuilt/README.md

These binaries are built and copied from kotlin compiler: https://github.com/JetBrains/kotlin

Those prebuilt binaries are transient and therefore not signed. It's HIGHTLY RECOMMENDED to build the libraries by yourself and copy them here.

To build and copy the jars:

$ # setup kotlin build environment. see https://github.com/JetBrains/kotlin
$ cd path_to_kotlin_compiler_src
$ ./gradlew :compiler:tests-mutes:build :compiler:test-infrastructure-utils:testJar :compiler:tests-compiler-utils:testJar
$ cp compiler/tests-mutes/build/libs/*.jar .../repo
$ cp compiler/tests-compiler-utils/build/libs/tests-compiler-utils-<version>-tests.jar \
                                     .../repo/tests-compiler-utils-<version>.jar
$ cp compiler/test-infrastructure-utils/build/libs/test-infrastructure-utils-<version>tests.jar \
                                          .../repo/test-infrastructure-utils-<version>.jar