Maven repository updates

Hello

After installing IDEA updates, plugin version became 1.0.0-beta-1103, which is not available in https://repo1.maven.org/maven2/org/jetbrains/kotlin yet

Could you please let us know when fresh version is available in the repository

Thank you!

It's been uploaded

Is there a way to know what's new / changed in this release ?

It will be officially published next week, but the list of changes is this:

  • 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

Thanks :)