From dba704196593940d9c30d7b8cb1bda2d811c6f4c Mon Sep 17 00:00:00 2001 From: Ilya Matveev Date: Wed, 14 Mar 2018 14:30:26 +0300 Subject: [PATCH] [readme] Mention the composite build against Kotlin in README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index d6dfe8bb086..f04ea92e226 100644 --- a/README.md +++ b/README.md @@ -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