Releases: square/metro-extensions
Releases · square/metro-extensions
0.0.8
0.0.7
Changed
- Upgrade Metro to
1.0.0-RC3. - Upgrade Kotlin to
2.3.21.
0.0.6
Changed
- Upgrade Metro to
0.13.0and adapt to Metro's updated compiler extension SPI.
0.0.5
Changed
- Upgrade Metro to 0.12.0.
Fixed
- Fixed
@ContributesServicefake replacements so the generated fake/real switcher keeps both branches lazy and does not instantiate the fake service when@FakeModeis false.
0.0.4
Fixed
- Fix scope resolution failing when the scope class is in the same package as the annotated class but a different module.
0.0.3
Changed
- Upgraded Kotlin to
2.3.20.
0.0.2
Added
- Support for
@ContributesFeatureFlag. - Support for
@ContributesService. - Experimental support for
@DevelopmentAppComponent. - A DSL to determine what release builds are to change the shape of generated code.
Fixed
- Many bugfixes in existing generators.
0.0.1
- Initial release.
- This version is compatible with Metro
0.10.4and above.
Added
- Support for
@ContributesMultibindingScoped. - Support for
@ContributesRobot.