Has anyone tried using Kover? <https://github.com/...
# multiplatform
s
Has anyone tried using Kover? https://github.com/Kotlin/kotlinx-kover Simply adding the plugin into Gradle breaks my project.
s
Because you have no unit test coverage? 😆
SCNR 😛
😂 1
s
No, it fails to resolve dependencies. My project can resolve Arrow fine, and when I add Kover it fails to resolve Arrow saying it cannot find it in the Jebtrains repo 🤒
Like it’s somehow removing
mavenCentral
from my
repositories { }
or something
s
Thanks for testing that out, because Kover is also on my list of things to try out. 🙂
j
it doesnt work
there is an issue about that problem
s
I couldn’t find the issue @Javier.
Do you mind linking it?
s
Thank you
😄 1
s
The presentation is in 24h ^^ Hope they get it fixed for prime time 😄
🤞 1
Works for me with 0.4.1 🙂
👍 1
👍🏼 1
j
I am having the same issue with that version
s
Same