kordamp-gradle-plugins
kordamp-gradle-plugins copied to clipboard
default jacoco version not support kotlin 1.5+
solved by :
config{
coverage{
jacoco{
toolVersion = "0.8.7"
}
}
}
just a advice that update plugin's jacoco version to 0.8.7.
JaCoCo is already upgraded to 0.8.7
in Kordamp 0.46.0
https://github.com/kordamp/kordamp-gradle-plugins/commit/c65a932b3fcfb5c2dd94962c63b460ab4cce2509
Which version of Kordamp are you using?
JaCoCo is already upgraded to
0.8.7
in Kordamp0.46.0
c65a932Which version of Kordamp are you using?
Sorry, im not very sure now. I use 0.45.0 in the begin, after I change it to 0.46.0, but it also remind: Unexpected SMAP line: *S KotlinDebug. Then I solved it by code to point jacoco version. I'm not sure whether it was cache and, now my code changed, it can work on 0.45.0 so I cannot try it. If let you trouble, sorry again