Kelvin Chung
07/14/2025, 1:10 PMval jacocoJvmTestReport by tasks.registering(JacocoReport::class) {
sourceDirectories.from(kotlin.sourceSets.commonMain.map { it.kotlin })
sourceDirectories.from(kotlin.sourceSets.jvmMain.map { it.kotlin })
}
However, the generated report can't seem to find the jvmMain
sources, only the commonMain
sources. Any idea on why that could be?