aboutsummaryrefslogtreecommitdiff
path: root/lib/compilers/kotlin.js
Commit message (Collapse)AuthorAge
* Avoid calling compilerProps after compiler object construction (#3005)gh-1092Austin Morton2021-10-04
|
* Fix execution for JVM compilers (#2767)Mats Larsen2021-07-06
|
* Support execution of programs for JVM compilers (#2745)Mats Larsen2021-07-06
| | | | * Bare execution for Java programs * Support execution for Kotlin
* Add Kotlin/JVM support (#2637)Daniel Below2021-06-02
* Add Kotlin/JVM support * Update CONTRIBUTORS.md * Use kotlinc-jvm instead of kotlinc * Fix alphabetical ordering * Filter kotlin compiler arguments Extract user options filtering for java into a separate function to handle filtering options with extra arguments. Filter kotlin compiler options: -d, -jdk-home, -kotlin-home, -script, -progressive * Filter -Xjavac user options Filter any option that starts with '-Xjavac', as it could be used to pass unwanted options through kotlinc to javac. * Fix year in copyright Co-authored-by: Rubén Rincón Blanco <ruben@rinconblanco.es> * Add kotlin.amazon.properties * Add JAVA_HOME to kotlin default exec options Query per-compiler property 'java_home' and set environment * Add java_home to kotlin properties Co-authored-by: Daniel Below <daniel.below@jetbrains.com> Co-authored-by: Rubén Rincón Blanco <ruben@rinconblanco.es>