Kelvin Chung
07/01/2025, 7:06 AMjacoco
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.