Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin not working for Kotlin 1.3.20 #161

Open
Xicks opened this issue Mar 8, 2019 · 1 comment
Open

Plugin not working for Kotlin 1.3.20 #161

Xicks opened this issue Mar 8, 2019 · 1 comment

Comments

@Xicks
Copy link

Xicks commented Mar 8, 2019

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:

Task :performCoverageCheck SKIPPED
Task :cobertura UP-TO-DATE
Task :coberturaReport UP-TO-DATE

The coverage files are created but don't show any packages or files, as shown below:

imageedit_3_7789053853

Lowering Kotlin version to 1.3.11 fixes the issue.

@stevesaliman
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants