Join Slack
Powered by
hi, there seems to be some changes in library cont...
# arrow
t
than_
07/09/2019, 10:25 AM
hi, there seems to be some changes in library contents in 0.9.1-SNAPSHOT. now i can't find Getter although I have io.arrow-kt:arrow-optics dependency. where do I find optics now? 😮
s
simon.vergauwen
07/09/2019, 10:28 AM
It should be right there.
https://github.com/arrow-kt/arrow/blob/master/modules/optics/arrow-optics/src/main/kotlin/arrow/optics/Getter.kt
simon.vergauwen
07/09/2019, 10:29 AM
Unless you were looking for one of the extension functions to use with
Reader
or
State
. Those have been moved to
optics-mtl
.
simon.vergauwen
07/09/2019, 10:30 AM
Could you try refreshing gradle in IntelliJ? And/or does compilation from CLI work?
t
than_
07/09/2019, 10:31 AM
gradle refreshing does not help. compilation from cli does not work. I'm gonna drop my gradle cache. It seems like the problem is on my machine only
9
Views
Open in Slack
Previous
Next