Has anyone tried using Kover? <https://github.com/Kotlin/kotlinx-kover> Simply adding the plugin int...
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