Releases: ZacSweers/redacted-compiler-plugin
Releases · ZacSweers/redacted-compiler-plugin
0.10.0-RC1
This is a release candidate with support for Kotlin multiplatform. Please test this out and report any issues.
There are two parts to this:
- The compiler plugin itself supports all compilation types, not just JVM and Android.
- The first-party annotations artifact is now multiplatform.
The legacy backend support is now removed, IR is required going forward.
0.9.0
0.8.3
0.8.2
0.6.1
- Small IR fixes courtesy of @DrewHamilton
0.6.0
- Gradle plugin extension now uses modern Gradle
Property
APIs. Minimum Gradle version is now 5.1. - Android-specific APIs (i.e.
variantFilter
) are now removed. If you still want this, consider
configuring this manually in your own build however you see fit in tandem with theenabled
property. - Fix: IR supports redacted classes now too.
0.5.0
0.2.0-1.4-M3
This is identical in functionality to 0.2.0
but built against Kotlin 1.4-M3
. This version is not considered
stable and should only be used for testing compatibility with Kotlin 1.4 pre-releases.