0.12.0
- Update to KSP
1.5.21-1.0.0-beta05
. - Update to Kotlin
1.5.21
. - Update to Dokka
1.5.0
. - Update to KotlinPoet
1.9.0
. - Test against JDK 17 early access previews.
- New:
moshi-ksp
and moshi-sealed's codegen both support a newmoshi.generateProguardRules
option. This can be
set tofalse
to disable proguard rule generation. - Fix: Artifacts now ship with a
-module-name
attribute set to their artifact ID to help avoid module name
collisions.
Thanks to @SeongUgJung and @slmlt for contributing to this release!