Replies: 1 comment
-
Just saw the kotlin version badge in the README. Looks like 1.9 it not officially supported |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using arrow in my android project and I tried updating it to kotlin 1.9.
After the update I converted all
object
s in mysealed class
es intodata object
s but that caused a compilation failure when the classes are annotated with@optics
.Beta Was this translation helpful? Give feedback.
All reactions