0.3.0
Breaking Changes
- All extension properties now support lazy configuration through Gradle's
Provider
APIs MetalavaPlugin
is nowinternal
and cannot be referenced directly- The legacy plugin application maven coordinates are now
me.tylerbwong.gradle.metalava:plugin:<version>
New Features
- Adds configuration cache support and migrates to the Gradle Worker API (#35)
- Adds support for generating keep files (#41)
- Adds support for configuring
hiddenAnnotations
(#36) - Updates the default Metalava version to 1.0.0-alpha06
Infrastructure
- Kotlin 1.7.10
- Android Gradle Plugin 7.3.0
- Gradle Wrapper 7.5.1