Is there any library for code coverage in kmm
# multiplatform
r
Is there any library for code coverage in kmm
f
jacoco or https://github.com/Kotlin/kotlinx-kover Only for JVM, no other supported target
c
👍 1