Now that Arrow is MP. How does optic generation work? In getting started I'm being told to use kapt. That'd work only for JVM wouldn't it?
s
simon.vergauwen
09/21/2021, 11:00 AM
Hey @than_,
That’s correct. The Arrow guide still recommends
kapt
since Arrow Meta has not been released yet. It follows an independent cycle but should become available this year too.
I’m not sure if it’s possible yet to consume the Optics plugin from Arrow Meta, it does the same thing as
kapt
but MPP.
cc\\ @raulraja
r
raulraja
09/21/2021, 11:03 AM
We need to work on a release for it but once it does it should work mpp. I believe there is currently a remaining issue related to where generated sources are placed
t
than_
09/21/2021, 11:53 AM
Thanks for clarification. Congratulations for 1.0.0 btw 🙂