kordamp-gradle-plugins icon indicating copy to clipboard operation
kordamp-gradle-plugins copied to clipboard

default jacoco version not support kotlin 1.5+

Open xhaimxd opened this issue 3 years ago • 2 comments

solved by :

config{
    coverage{
        jacoco{
            toolVersion = "0.8.7"
        }
    }
}

just a advice that update plugin's jacoco version to 0.8.7.

xhaimxd avatar Jun 15 '21 10:06 xhaimxd

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?

aalmiray avatar Jun 15 '21 10:06 aalmiray

JaCoCo is already upgraded to 0.8.7 in Kordamp 0.46.0 c65a932

Which 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

xhaimxd avatar Jun 16 '21 08:06 xhaimxd