Hi, in our project we're generating data classes using kapt and publishing the result to Maven. We're now adding
@optics
support to it, but since kapt doesn't support multiple rounds at the moment, the arrow processor doesn't run. Question: does anyone have a working example (using Gradle) that solves this?