Any one facing issues with latest EAP Kotlin plugi...
# gradle
s
Any one facing issues with latest EAP Kotlin plugin update (
1.1.2-eap-69-IJ2017.1-1
) ? gsk script is full of errors now. Right now using
3.5-20170331195952+0000
wrapper version.
b
if I’m not mistaken
1.1.2-eap-69
introduces breaking changes to the compiler API, @ilya.chernikov from JetBrains is helping us migrate to the new API
i
In fact the old API supposed to work as well, so seems I introduced some breaking regression instead. 🙂 I’m looking into it.
👍 1
b
Thanks, Ilya!
s
@ilya.chernikov any workaround around in the meantime?
i
@suresh You can try this build - https://teamcity.jetbrains.com/repository/download/bt345/1040380:id/kotlin-plugin-1.1.3-dev-1287.zip, it is in fact 1.1.2-eap-69 with the fix. But since it is build differently that 1.1.2 brach there could be some problems. And in any case, uninstall in explicitly before updating to a new version. Or - downgrade to 1.1.1
s
thanks
n
@ilya.chernikov I assume the fix will be included for the final 1.1.2 branch right?
i
Unless it breaks something again.
n
I installed the linked plugin version and IntelliJ still isn’t recognizing that there is a gradle file.
At least when I opened the IDE, it asked to configure, and then said it didn’t find a build script
Manually syncing gradle though got it working. So it seems like the IDE is not aware of
build.gradle.kts
as a valid build file.