c15bd2f75d8373ebb4e8c075c869fb7b6f3496ae
make the build copy the bin scripts to the dist/kotlinc/bin area by default, so all builds can be used as a full kotlin dist when using things like kotlin-script (https://github.com/andrewoma/kotlin-script), so you can set your PATH to basedir/dist/kotlinc/bin and use your local build as a full kotlin environment
Kotlin Programming Language
Welcome to Kotlin! Some handy links:
Editing Kotlin
Building
To build this project you need to run
ant -f update_dependencies.xml
which will setup the dependencies on
- intellij-core: is a part of command line compiler and contains only necessary APIs.
- idea-full: is a full blown IntelliJ IDEA Community Edition to be used in former plugin module.
Then, you need to run
ant -f build.xml
which will build the binaries and put them into the 'dist' directory.
Kommitter links
Description
Languages
Kotlin
79.9%
Java
10.4%
Swift
4.3%
C
2.8%
C++
2.1%
Other
0.3%