[readme] Mention the composite build against Kotlin in README.md

This commit is contained in:
Ilya Matveev
2018-03-14 14:30:26 +03:00
committed by ilmat192
parent 27ca482dab
commit dba7041965
+5
View File
@@ -30,6 +30,11 @@ To run a shorter build with only the host compiler and libraries, run:
./gradlew dist distPlatformLibs
To include Kotlin compiler in [composite build](https://docs.gradle.org/current/userguide/composite_builds.html) and build
against it, use the `kotlinProjectPath` project property:
./gradlew dist -PkotlinProjectPath=path/to/kotlin/project
After that, you should be able to compile your programs like this:
export PATH=./dist/bin:$PATH