Skip to content

Commit

Permalink
Spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Aug 19, 2021
1 parent 35dfca2 commit edc5994
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ Version 0.12.1
_2021-08-19_

* Update to KSP `1.5.21-1.0.0-beta07`.
* **Fix:** Previously if you had a `@JsonClass`-annotated Java file with a custom generator, `moshi-ksp` would error
* **Fix:** Previously if you had a `@JsonClass`-annotated Java file with a custom generator, `moshi-ksp` would error
out anyway due to it not being a Kotlin class. This is now fixed and it will safely ignore these files.
* **Fix:** Generate missing `@OptIn(ExperimentalStdLibApi::class)` annotations in `moshi-sealed` when `object`
* **Fix:** Generate missing `@OptIn(ExperimentalStdLibApi::class)` annotations in `moshi-sealed` when `object`
adapters are used, as we use Moshi's reified `addAdapter` extension.

Thanks to [@gabrielittner](https://github.com/gabrielittner) for contributing to this release!
Expand Down

0 comments on commit edc5994

Please sign in to comment.