1.1.1
- Fix: Use
setEnabledByDefault(false)
instead ofIGNORE
inComposeM2Api
. This is what we intended before, too, but didn't realize there was a dedicated API for it. Note that this changes configuration slightly as you must now explicitly enable the rule too and not just the severity. See the docs: https://slackhq.github.io/compose-lints/rules/#use-material-3.
What's Changed
- Small rule tweaks to m3 by @ZacSweers in #79
- Use setEnableByDefault instead for M2ApiDetector by @ZacSweers in #81
Full Changelog: 1.1.0...1.1.1