Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
0.7.2 source code.tar.gz | 2024-09-13 | 172.7 kB | |
0.7.2 source code.zip | 2024-09-13 | 296.1 kB | |
README.md | 2024-09-13 | 563 Bytes | |
Totals: 3 Items | 469.3 kB | 0 |
[0.7.2] 2024-09-13
Changed
- kotlin updated to 2.0.0
Fixed
- Fixed various issues with qualifier annotations.
- Fixed issue with inner class or companion inside a component extending the component interface causing an error.
- Fixed crash when attempting to display a type parameter.
- Added ksp work-around when running multiple rounds to prevent a FileAlreadyExistsException on a duplicate symbol.
- Fixed injecting into a java constructor that doesn't have a nullability annotation defined.
- Fixed various issues when resolving cycles.