How can my Gradle build initialize class org.codehaus.groovy.classgen.Verifier?
I’ve been facing the exactly same issue after installing the latest Kotlin Plugin yesterday. This is what resolved the issue for me: I had to change the version of Gradle used as the build tool to (again) use the version installed on my local system. It seems to me that installing the update has caused … Read more