- Breaking revision - KSP support and support for KAPT has been dropped
- 1.2.2 should still be used for users using KAPT as only KSP will be supported moving forward
- mr-clean-annotations has been renamed mr-clean-runtime
- mr-clean-debug-processor is used to generate the debug implementation of the root function
- mr-clean-processor will generate the sanitized version of strings
- Updates Kotlin to 1.9.0
- Updates Gradle to 8.1.0
- Updates ben-manes versions plugin to 0.45.0
- Updates google auto service to 1.1.1
- Updates incap to 1.0.0
- Updates Kotlin to 1.8.10
- Updates Android Gradle Plugin to 7.4.1
- Updates ben-manes versions plugin to 0.45.0
- Updated to use new Gradle variant API internally
- Updates Kotlin to 1.7.10
- Updates ben-manes versions plugin to 0.42.0
- Updates google auto service to 1.0.1
- Updates kotlinpoet to 1.12.0
- Updates junit to 4.13.2
- Updates metadata-jvm to 0.5.0
- Removes JCenter
- Updates deprecated methods
- Updates Kotlin to 1.5.10
- Updates android gradle plugin to 4.2.2
- Updates metadata-jvm to 0.3.0
- Updates kotlinpoet to 1.9.0
- Actually actually support incremental annotation processing
- Drops usage of package-identifier plugin
- Actually support incremental annotation processing
- support incremental annotation processing
- generate root function with
internal
modifier to rid ourselves of cross module woes
- Uses %P for template generation in kotlinpoet
- Updates tests to check for the generated file, not the funspec
- Fixes code-gen in debug builds
- Adds tests to verify code gen
- Registers the generation task for creating the root function on configure
- Updates package identifier to 0.0.2
- Update kotlinpoet to 1.0.0
- Refactor packages to all be
mrclean
- initial release