i am able to workaround the issue using: ```confi...
# mockk
k
i am able to workaround the issue using:
Copy code
configurations.all {
    resolutionStrategy {
        force "net.bytebuddy:byte-buddy:1.10.8"
        force "net.bytebuddy:byte-buddy-agent:1.10.8"
    }
}