Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Warning

While property references exist for Kotlin classes that have them, they do not exist for Java classes that have Java's "properties". This is a bit odd, because Kotlin does support accessing Java's properties using the name of the property. This does mean that using Kotlin's property references only works for Kotlin classes. Pity. See https://youtrack.jetbrains.com/issue/KT-8575 for details of the issue and vote for it if you would like to fix it (wink)