Hi, so I included ```implementation("io.arrow-kt:a...
# arrow
j
Hi, so I included
Copy code
implementation("io.arrow-kt:arrow-optics:0.11.0")
but my project doesn't seem to find the generated (where?) companion object functions. I am using a gradle project with IntelliJ and an "@optics" annotated data class ... do I have to include arrow-meta too ?
r
Hi @Jörg Winter, maybe you are missing the kapt step https://arrow-kt.io/docs/quickstart/setup/#arrow-core--arrow-optics
👍 1
Arrow meta is not yet released but the kapt optics processors are still there
Try adding
Copy code
kapt    "io.arrow-kt:arrow-meta:$arrow_version"
j
Thanks, maybe a link from the Optics DSL chapter back to Setup would be helpful
r
No problem! 👍, if you feel like it we welcome PRs and issues