New plugin update? Is Kotlin 1.3.0-rc-116 an RC2? ...
# announcements
r
New plugin update? Is Kotlin 1.3.0-rc-116 an RC2? Updated to rc-116, everything works great 👍
Well it fails to install so I guess not
e
what you mean by it fails to install?
r
It means just that, it just says to check the logs and I can't find anything related to that in the logs. I'm wondering if it even tried.
I'll restart IntelliJ and try again.
image.png
So that's why it was failling to install: it was already installed but it didn't know it somehow
e
check your
build.gradle
, if you have a mismatch between the one bundled in Idea and Gradle one, you'll have highlighted the following:
classpath "org.jetbrains.kotlinkotlin gradle plugin$kotlinVersion"
r
What? Problem's fixed
e
for future references