Releases: joomcode/colonist
Releases · joomcode/colonist
v0.1.0-alpha24: Bump version to 0.1.0-alpha24.
Co-authored-by: Cursor <cursoragent@cursor.com>
v0.1.0-alpha22
Colonist plugin supports Android Gradle Plugin 8.x.x
v0.1.0-alpha21
Updated Kotlin to 1.8.21 and Kotlin Metadata to 0.6.0
v0.1.0-alpha20
This release introduces processTest colonist extension property, that enables unit test processing for projects that use Android Gradle Plugin 7.1.0 and later.
Thanks @octa-one for submitting the PR.
v0.1.0-alpha19
This release brings following changes:
- Colonist no longer tries to instantiate abstract classes or interfaces when settlers are produced using
@ProduceSettlersViaConstructor. - Colonist verifies that
@OnProduceSettlerand@OnAcceptSettler(in case when@ProduceSettlersAsClassesis specified) callbacks haveClass<*>parameter type. - Colonist supports kotlin objects in case when settlers are produced using
@ProduceSettlersViaConstructor.
v0.1.0-alpha18
v0.1.0-alpha17
Support Android Variant API instead of deprecated Transformation API for projects using Android Gradle Plugin 7.1.0 and later.
0.1.0-alpha16
- This release makes the library compatible with Gradle Configuration Cache.
0.1.0-alpha15
- This version fixes a compile-time deadlock introduced in
0.1.0-alpha14
0.1.0-alpha14
- This release brings a few more optimizations that allow to reduce processing time even more.