Skip to content

Releases: ZacSweers/redacted-compiler-plugin

0.8.3

21 Nov 16:56
ed984f9
Compare
Choose a tag to compare
  • Support for Kotlin 1.6 (built against 1.6.0-RC). This release should only be used for testing with Kotlin 1.6 previews.

0.8.2

13 Oct 17:05
cf4b5df
Compare
Choose a tag to compare
0.8.2 Pre-release
Pre-release

This release was accidentally broken and should not be used! Specifically, the gradle plugin accidentally targeted Java 17.

0.6.1

11 Jan 04:17
33cd292
Compare
Choose a tag to compare
0.6.1 Pre-release
Pre-release

0.6.0

11 Jan 04:17
88bff5e
Compare
Choose a tag to compare
0.6.0 Pre-release
Pre-release
  • 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 the enabled property.
  • Fix: IR supports redacted classes now too.

0.5.0

08 Jan 23:52
7a0f8f1
Compare
Choose a tag to compare
0.5.0 Pre-release
Pre-release
  • New! Experimental support for Kotlin IR. Note that IR is still incubating and subject to change.
  • Update Kotlin to 1.4.21.
  • Tested up to JDK 15.

0.2.0-1.4-M3

16 Jul 05:02
6fae414
Compare
Choose a tag to compare
0.2.0-1.4-M3 Pre-release
Pre-release

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.