v0.0.12
github-actions
released this
18 Sep 09:56
·
68 commits
to refs/heads/main
since this release
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.