Hi everyone. I’m having this error in an Android b...
# arrow
m
Hi everyone. I’m having this error in an Android build using Arrow 0.10.5
Copy code
Warning: arrow.core.extensions.ListKCrosswalk$crosswalk$1$2$1$1: can't find referenced class arrow.core.extensions.ListKCrosswalk$crosswalk$1$2
Warning: arrow.core.extensions.ListKCrosswalk$crosswalk$1$2$1$1: can't find referenced class arrow.core.extensions.ListKCrosswalk$crosswalk$1$2
I found this closed issue: https://github.com/arrow-kt/arrow/issues/807 Someone know if there is a workaround for this problem?
s
👍 1
m
Thanks
I guess the last safe version for Android is the 0.10.1, I performed tests with .2-.5 and I got the error
a
alternatively you can try disabling Proguard on those specific classes
I’ll create an issue on the repo anyway to try to fix that one instance specifically
there you go @max.cruz https://github.com/arrow-kt/arrow-core/issues/85 feel free to add additional info you consider 🙂
m
I will do, thanks so much for letting me know 👍
a
not sure how to test that it works, I’ll ask around, but I created a quick PR https://github.com/arrow-kt/arrow-core/pull/86