Did someone manage to use Optics in their Advent o...
# arrow
l
Did someone manage to use Optics in their Advent of Code from Jetbrains template? I seem to have everything set up properly but nothing is generated... Gradle in thread
c
Ahah I'm currently trying to figure it out. The KSP version is too old.
Kotlin 1.7.22 seems to work with KSP 1.7.22-1.0.8
s
If you need
1.7.22
you can rely on the latest alpha on maven,
1.1.4-alpha.20
1.1.4 should get released stabely next week.
c
Is there any incompatibility between Kotlin 1.7.22 and Arrow 1.1.3?
s
Not in Arrow, but KSP is tied to Kotlin version afaik
If it works with 1.1.3 and 1.7.22-1.0.8 then you should be good 👍
l
Changing the versions made it work. Thanks for your help!
c
@simon.vergauwen at least for a simple data class with a single variable, it doesn't seem to complain