ZacSweers / MoshiX

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

Update to K2 #510

Closed ZacSweers closed 3 months ago

ZacSweers commented 9 months ago
ZacSweers commented 7 months ago

KSP2 support blocked by https://github.com/google/ksp/issues/1643

ZacSweers commented 7 months ago

I've released 0.26.0-alpha01 with the changes in the PR up to this point

Notes

ZacSweers commented 5 months ago

I've published 0.26.0-alpha02 with the changes up to this point and targeting Beta5. Note that KSP2 still doesn't support sealed subclasses yet.

ZacSweers commented 4 months ago

I've published 0.26.0-alpha03 with the changes up to this point. This targets Kotlin 2.0.0-RC1 and KSP 2.0.0-RC1-1.0.20. This also migrates the project to the soon-to-be-stable new kotlin-metadata artifact (from kotlinx-metadata). This should make this library feature complete with everything coming in K2 and KSP2 🤞.

ZacSweers commented 3 months ago

Published 0.27.0-alpha01 with RC3 and the latest changes from main. Note there's no KSP update for RC3 yet