You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The plugin doesn't seem to be working with newer versions of Kotlin, in specific version 1.3.20. I'm using Gradle 5.1.1 and the Kotlin DSL. When executing gradle clean cobertura build the tasks always appear as:
Sadly, I don't have any experience with Kotlin at the moment, which makes it unlikely that I'll find a fix for this in the near future. The best bet for a fix is probably for someone with Kotlin experience to see this and submit a PR.
The plugin doesn't seem to be working with newer versions of Kotlin, in specific version 1.3.20. I'm using Gradle 5.1.1 and the Kotlin DSL. When executing
gradle clean cobertura build
the tasks always appear as:The coverage files are created but don't show any packages or files, as shown below:
Lowering Kotlin version to 1.3.11 fixes the issue.
The text was updated successfully, but these errors were encountered: