how does that work with kotlin?
Opened this issue · 1 comments
dnltsk commented
Hi @lkrnac ,
Thanks for setting up this example! I converted the Java code to Kotlin and it seems that the jacocoRootReport
task is not able to merge the reports anymore. I forked your Repo and made my issue reproducible.
https://github.com/dnltsk/blog-2016-10-gradle-multi-module-coverage
Cheers and kind regards,
Daniel
lkrnac commented
Unfortunately I don't have experience building Kotlin projects so far. What hapens if you try to generate report for simple (single module) Kotlin project with JaCoCo? Does that work?