ZacSweers / MoshiX

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

Fix KSP configuration name in gradle subplugin #488

Closed ZacSweers closed 1 year ago

ZacSweers commented 1 year ago

Currently we apply ksp as the top-level name, but it should be update in KMP projects

The 'ksp' configuration is deprecated in Kotlin Multiplatform projects. Please use target-specific configurations like 'kspJvm' instead.
ZacSweers commented 1 year ago

Fixed in 0.24.2