Files
kotlin-fork/Changelog.md
T
2016-03-15 14:10:33 +03:00

547 B

CHANGELOG

1.1

1.0.2

JVM

  • Remove the compiler option "Xmultifile-facades-open"

JS

  • Safe calls (x?.let { it }) are now inlined

Tools. J2K

  • Protected members used outside of inheritors are converted as public
  • Support conversion for annotation constructor calls
  • Place comments from the middle of the call to the end
  • Drop line breaks between operator arguments (except '+', "-", "&&" and "||")
  • Add non-null assertions on call site for non-null parameters

IDE

  • Debugger can distinguish nested inline arguments