tree: 7ffa1e8f2bda4fbb14604f7ef21d749928cd25b2 [path history] [tgz]
  1. license/
  2. tests-common/
  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.

test-common/ packs common test utilities in kotlinc. To build the jar:

$ # setup kotlin build environment. see https://github.com/JetBrains/kotlin
$ cd path_to_kotlin_compiler_src
$ patch -p1 < 0001-Package-test-classes.patch
$ ./gradlew :include:kotlin-compiler-tests:build
$ cp include/kotlin-compiler-tests/build/libs/*.jar path_to_below