Skip to content

3.0.0

Latest
Compare
Choose a tag to compare
@ansman ansman released this 20 Jul 01:56
c9222a3

Changes

K2 / KSP 2 support

Kotshi now supports Kotlin 2.0 and KSP2. Going forward only Kotlin 2.0 or later will be officially supported. Support for KSP1 will continue in the 2.x versions of Kotshi.

Removal of support for abstract factories

Having abstract classes or interfaces for your factories has been deprecated and is now removed. Factories must now be objects that implement the factory interface and delegate to the generated factory.

Details

New Contributors

Full Changelog: 2.15.0...3.0.0