I'm dusting off a project I haven't touched in a while. I've determined I can upgrade kotlin-gradle-plugin to 1.2.60 and it works, but at 1.2.70 it starts breaking with "Unable to load class 'org.gradle.api.attributes.HasAttributes'"
o
octylFractal
10/01/2018, 12:34 AM
what version of Gradle are you running?
it looks like that class has been around since
3.3
, so you probably just need to update your wrapper if the project is really old
if that doesn't help, perhaps send your build file?
k
keturn
10/01/2018, 12:46 AM
oh yeah it's older than that.
That seems to have worked, thank you!
I'm still learning where which versions are configured and which of them I can expect IntelliJ to help manage.