Files
kotlin-fork/compiler/testData/cli/jvm
Alexander Udalov fcf44af294 Change how kotlinc and tools display their version
- Display the Kotlin version in kotlin-gradle-plugin. This is needed
  because if "-version" is specified in compiler arguments, the "info"
  level of the message printed by the compiler in CLICompiler prevents
  it from being displayed by default (unless "--debug" is passed to
  Gradle).
- Display the version of JRE the compiler is running on. This will be
  helpful to diagnose Java 9 related issues in the future.
- In CLI, also display the executable name (kotlinc-jvm or kotlinc-js)
2017-04-28 20:49:54 +03:00
..
2014-12-02 13:47:48 +03:00
2015-09-08 05:49:32 +03:00
2014-07-23 21:24:40 +04:00
2017-01-13 13:52:54 +01:00
2015-10-18 17:53:29 +03:00
2014-07-23 21:24:40 +04:00
2016-02-01 22:20:30 +03:00