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
HI - first off, thanks for all the effort with mockk.
I might be wrong about mockk being at fault, but I wanted to let you know that with 1.14.3 & .4 I get the following in my android project that's using jacoco in a github action:
Failed to transform byte-buddy-1.17.5.jar (net.bytebuddy:byte-buddy:1.17.5) to match attributes {artifactType=jacoco-classes-jar, org.gradle.category=library, org.gradle.libraryelements=jar, org.gradle.status=release, org.gradle.usage=java-runtime}.
If I back out to 1.14.2 then the problem disappears.
Just wanted to let you know in case this is coming from mockk.
PS - let me know if I can provide you with more info.