ZacSweers / MoshiX

Extensions for Moshi including IR plugins, moshi-sealed, and more.
Apache License 2.0
514 stars 37 forks source link

Update plugin moshix to v0.24.0 #467

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
dev.zacsweers.moshix 0.23.0 -> 0.24.0 age adoption passing confidence

Release Notes

ZacSweers/MoshiX (dev.zacsweers.moshix) ### [`v0.24.0`](https://togithub.com/ZacSweers/MoshiX/blob/HEAD/CHANGELOG.md#0240) [Compare Source](https://togithub.com/ZacSweers/MoshiX/compare/0.23.0...0.24.0) *2023-07-22* **New: Move proguard rule generation to a standalone KSP processor.** This is necessary in order to support both K2 and avoid incremental compilation issues in Kotlin 1.9.x. For moshi-sealed KSP users, there should be no changes necessary. For moshi-ir users, you must now apply the KSP gradle plugin as well as the moshix plugin. MoshiX's gradle plugin does *not* directly declare a transitive dependency on the KSP plugin to avoid Gradle classloader conflicts. ```diff plugins { // Other plugins id("dev.zacsweers.moshix") version "x.y.z" + id("com.google.devtools.ksp") version "x.y.z" } ``` If you don't want this or don't need proguard rule generation, you can opt out by setting the `moshix.generateProguardRules` gradle property to `false`. - Update KSP to `1.9.0-1.0.12`. - Update KotlinPoet to `1.14.2`. - Update to kotlinx-metadata `0.7.0`. - Update to Guava `32.1.1-jre`.

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 this update again.



This PR has been generated by Mend Renovate. View repository job log here.