Skip to content

Kotlin 1.0. Beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@abreslav abreslav released this 02 Nov 10:38
· 85861 commits to master since this release

Bug fixes

  • Semantics of companion object initialization fixed, INSTANCE field deprecated for companion objects
  • Use-site targets fixed for @JvmName
  • Exposing Java package-private types through internal declarations is allowed
  • Access to Enum.values from within enums fixed
  • Issues with Android 4 and DefaultImpls classes fixed
  • Method count optimized for delegated properties on Android
  • Two main() functions can't appear in the same file