Hi, I guess most of you are playing with Kotlin combined with gradle (build.gradle - not the kotlin DSL with build.gradle.kts). I'm using the gradle wrapper with Intelli (use default gradle wrapper), gradle version 4.3. Everything works just fine from the Gradle project window, refresh and building everything. When trying to use gradlew in the terminal window, I get kotlin.jvm.internal.ClassReference cannot be cast to kotlin.reflect.jvm.internal.KClassImpl
IntelliJ IDEA 2017.3.2 (Ultimate Edition)
Build #IU-173.4127.27, built on December 25, 2017
Licensed to ...
Subscription is active until September 12, 2018
JRE: 1.8.0_152-release-1024-b8 x86_64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Mac OS X 10.13.2
Any ideas?