Support local delegated properties in kotlinx-metadata-jvm

This commit is contained in:
Alexander Udalov
2018-06-13 19:17:02 +02:00
parent b00f765255
commit fec2c14ea5
12 changed files with 330 additions and 20 deletions
@@ -1,5 +1,9 @@
# kotlinx-metadata-jvm
## 0.0.3
- Support metadata of local delegated properties (see `JvmDeclarationContainerExtensionVisitor.visitLocalDelegatedProperty`)
## 0.0.2
- Change group ID from `org.jetbrains.kotlin` to `org.jetbrains.kotlinx`