airbnb / epoxy

Epoxy is an Android library for building complex screens in a RecyclerView
https://goo.gl/eIK82p
Apache License 2.0
8.46k stars 730 forks source link

default parameter is not working with kotlin 1.7 #1302

Closed edward-rxc closed 2 years ago

edward-rxc commented 2 years ago

I'm using epoxy 4.6.4 with kapt. after have been update to kotlin 1.7, kotlin default parameter is not working. however, it work well with kotlin 1.6.21.

elihart commented 2 years ago

i'll look into this next week

elihart commented 2 years ago

Does it work with KSP for you?

elihart commented 2 years ago

oh, you should try the 5.0 beta release, it likely works for that. please reproduce with the the latest 5.0 beta first

edward-rxc commented 2 years ago

oh, I checked that it works fine with latest 5.0 beta release. thank you.