Fix issues in KSP2 when multiple processing rounds occur (https://github.com/airbnb/epoxy/pull/1396)
Unclaimed project
Are you a maintainer of epoxy? Claim this project to take control of your public changelog and roadmap.
Changelog
Epoxy is an Android library for building complex screens in a RecyclerView
Fix issues in KSP2 when multiple processing rounds occur (https://github.com/airbnb/epoxy/pull/1396)
Adds support for KSP2 (thanks to @martinbirn !)
Update to kotlin 1.8.21 Fix click listener kapt bug (https://github.com/airbnb/epoxy/pull/1327) Resolve unchecked call warning for WrappedEpoxyModelClickListener (https://github.com/airbnb/epoxy/pull/1337) Fix refresh KDoc (https://github.com/airbnb/epoxy/pull/1334) epoxy-kspsample : use ksp block to specify arguments (https://github.com/airbnb/epoxy/pull/1347)
Updates kotlin, ksp, and the xprocessing library.
Notably, the androidx.room:room-compiler-processing library (aka xprocessing) has been updated to 2.6.0-alpha01. This version is incompatible with previous versions due to a breaking API change. All annotation processors using this library must be on the same version. Other annotation processors such as Epoxy and Paris also use xprocessing and i...