Does anyone else get this when trying to do kotlin...
# gradle
g
Does anyone else get this when trying to do kotlin dsl for android build.gradle files? Everything compiles and runs, it's just looks like android studio having a mood
Copy code
"Cannot access 'java.lang.Comparable' which is a supertype of 'org.gradle.kotlin.dsl.KotlinBuildScript'. Check your module classpath for missing or conflicting dependencies"
b
Yes, having this exact error. 😞
w
any chance you guys remember how you fixed this?