0.2.6
- Significantly improve performance during component merging. Our internal measurements at Slack range from 86%-95% improvement.
- Add a new
anvil-ksp-verbose
KSP option to enable verbose logging, such as timing information. - Fix: Sort contributed interfaces when merging to ensure build cache idempotence. This also adds a few defensive stable sorts for other areas.
- Fix: Fix resolution of nested class generics in constructor injection.
What's Changed
- Add verbose option + start some timing logging + optimizations by @ZacSweers in #55
- Fix resolution of nested class generics in constructor injection by @ZacSweers in #58
Full Changelog: 0.2.5...0.2.6