fix(deps): update moshix to v0.34.1 #1994
Open
+1
−1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.32.0→0.34.10.32.0→0.34.1Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
ZacSweers/MoshiX (dev.zacsweers.moshix:moshi-sealed-codegen)
v0.34.1Compare Source
2025-11-24
MoshiComponentRegistrar.pluginIdfor forward compatibility with Kotlin2.3.0's new API.v0.34.0Compare Source
2025-11-22
Full value classes support
This release fully supports encoding/decoding of value classes in both
MetadataKotlinJsonAdapterFactoryand moshi-ir. Note that MoshiX does not propagate inlining to JSON. For example:@JvmInline value class Color(val raw: Int)is serialized to{"raw": 12345}.Misc
MetadataKotlinJsonAdapterFactorywith the recently upstreamed implementation in Moshi.v0.33.0Compare Source
2025-11-13
moshi-proguard-rule-gen. moshi-ir now includes a sourceless runtime artifact with embedded proguard rules that cover the same functionality. This also means that KSP is no longer required to use moshi-ir in any capacity 🎉.2.0.9.1.8.11.2.2.21.2.3.2. KSP1 is no longer tested or supported, only KSP2 is supported.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.