Releases: twitter/compose-rules
Releases · twitter/compose-rules
v0.0.15
v0.0.14
v0.0.13
v0.0.12
Changelog
- Don't publish shadowRuntimeElements variant unless it's an uber jar publication (#72) @mrmans0n
- Update docs with ktlint/detekt instructions and new uber jars (#69) @mrmans0n
- add note for Detekt compatibility with PreviewPublic rule (#60) @kenyee
Note: the detekt/ktlint-0.0.12-all.jar versions are uber jars/fat jars, which means they include all the dependencies they use bundled in them. This is so that you can easily use them in the command line or IDE plugins, but NOT to be used for kotlinter/detekt gradle. For that, keep on using the maven central publication.
v0.0.11
v0.0.10
v0.0.9
v0.0.6
v0.0.5
Changelog
- Readme copy (#39) @digitalbuddha
- Make the namings consistent for Detekt (#38) @mrmans0n
v0.0.4
Changelog
- Should have fixed missing artifacts. Now all core-* modules are published.