Releases: Guardsquare/kotlin-metadata-printer
Releases · Guardsquare/kotlin-metadata-printer
1.1.10
1.1.9
Fix printing of primitive classes in annotations.
1.1.8
Add support for Kotlin 1.9 metadata
1.1.7
- Add support for Kotlin 1.8
- Add support for context receivers
- Add new Kotlin flag
IsDefinitelyNonNull
- Split project into CLI + library modules
1.1.6
- Prevent renaming classes file facade nested classes incorrectly
1.1.5
- Print
internal
modifier when present
1.1.4
1.1.3
Add support for Kotlin 1.6
1.1.2
- Fix crash when executed on Java 11+
1.1.1
-
Fix printing of annotations on Kotlin functions
-
Prevent potential crash when initializing (due to CallableReference initialization potentially throwing an NPE)
-
known issue: crashes when executed on Java 11