Changelog for Kotlin `1.0.0-rc-1025`: - Some stdli...
# eap
a
Changelog for Kotlin `1.0.0-rc-1025`: - Some stdlib functions have been made inline, many inlnie functions can no longer be called from Java code - KT-10849 Private top-level Kotlin classes should be compiled to package private java classes - All deprecations removed - A few stdlib declarations marked
@Deprecated(level=ERROR)
- KT-10729 Accessing private const field in companion object from a function in the same companion generates run-time error - KT-10881 Declaring constant in a mutlifile class causes an IllegalAccessError on its usage. - UTF_32 charset properties added to
Chatsets
- KT-10829 Report inapplicable
@JvmName
on use-site targeted annotations - KT-10481 Setter-related resolve regression - KT-10854Comparator.reversed() is clashing with Java 8 member on Android - Unfinished multiline comment is now an error