Hey folks. I'm trying to get the `jacoco` plugin t...
# community-support
k
Hey folks. I'm trying to get the
jacoco
plugin to work with a Kotlin Multiplatform project that has a jvm target. A few questions: 1. When setting up my own convention plugin, is there a way to not apply the
jacoco
plugin if a KMP project does not have a JVM target? 2. Do we need to explicitly make
jacocoTestReport
explicitly depend on
jvmTest
, like we do with
test
in a Kotlin JVM project? Any help would be appreciated.