Anybody else get `Failed to resolve: org.jetbrains...
# mockk
u
Anybody else get
Failed to resolve: org.jetbrains.kotlin:kotlin-reflect:1.3.0-rc-80
when using
io.mockk:mockk:1.8.9.kotlin13
?
m
If you are using the stable version Kotlin 1.3 you will get this error. I think that we have to wait to another release of Mockk to support 1.3.
u
I suspected as much. Bummer. 😞
I really want to merge 1.3 to master and start playing around with it 😄
o
guys, please check "1.8.10.kotlin13" with Kotlin 1.3
m
uuuu, great!
All tests passing again! Thanks @oleksiyp!!
u
Yes, the build problems are fixed. Thanks! However, I'm experiencing a bit of flakiness in my coroutine based tests. 🤔
But I just realized that this is caused by a
GlobalScope.launch
in my actual code.