<@U0B8UEMV1> You were right, for my tests, I had k...
# arrow
k
@pakoito You were right, for my tests, I had kotlintest pulling arrow in version 0.9.0. I excluded it in gradle and it then worked correctly. On the other hand, I couldn't find any other dependency problem for then android app part. What I found is that it doesn't work on one of my device (and android 5) but does on another (android 8 ). This
arrow.fx.internal.Platform$_trampoline$1
really seems
Platform
-related after all... Any thoughts?
p
we may be pulling a missing API
cc @aballano was looking into those
k
Should I create an issue?
p
yes, if you don't mind
a
@kluck We fixed some compatibility issues with Android on arrow 0.10.2, but for now we're supporting API 21 and up only
k
I'm with a min sdk 22, I guess there are some compatibility issues left
I'll try narrowing down my problem so I can file an issue
a
that would be awesome, thank you!
k
Oh crap, I was trying to create a new simple project to isolate the problem, but was going nowhere. Problem was I was in 0.10.2 with this project and somehow had reverted my actual project to 0.10.0… 🤦‍♂️ Everything seems to work with the last version ^^. Keep up the good work!
🙌 1
p
hahaah great
thanks