1.8.2
What's Changed
- Add missing @EqualsAndHashCode.Include by @kunli2 in #512
- Fixed types on applicable dot qualified expressions. by @traceyyoshima in #515
- Set JavaPrimitiveType Void as PrimitiveType.Void. by @traceyyoshima in #516
- More type mapping fixes. by @traceyyoshima in #519
- Update
K.Constructor
model by @kunli2 in #521 - Set constructor type on enum values. by @traceyyoshima in #534
- Set the type on identifiers of function type parameters. by @traceyyoshima in #538
- function calls from Kotlin Library.kt will contain the correct declaration type. by @traceyyoshima in #528
- Various fixes for SAM constructors. by @traceyyoshima in #530
- Set methodType for ConstructorSymbols of member references. by @traceyyoshima in #541
- Added type validation to Assertions. by @traceyyoshima in #543
Full Changelog: v1.8.1...v1.8.2