João Esperancinha
12/16/2022, 7:45 AM@optics
with the gradle plugin and I love it. However, I also would like to have the code generation working with Maven. Is there any plugin that does that already and if not, are there any plans to make a Maven plugin?simon.vergauwen
12/16/2022, 8:33 AMJoão Esperancinha
12/16/2022, 6:45 PM<dependency>
<groupId>com.dyescape</groupId>
<artifactId>kotlin-maven-symbol-processing</artifactId>
<version>1.2</version>
</dependency>
<dependency>
<groupId>io.arrow-kt</groupId>
<artifactId>arrow-optics-ksp-plugin</artifactId>
<version>1.1.4-rc.3</version>
</dependency>
João Esperancinha
12/16/2022, 6:46 PMsimon.vergauwen
12/16/2022, 7:02 PM