Created a new Gradle project (none of the languages/frameworks are ticked) in IntelliJ, updated the Gradle wrapper to
v4.4, replaced the build.gradle and settings.gradle files with their Gradle Kotlin DSL counterparts, however the IDE doesn't appear to be doing a Gradle refresh after clicking the button in the
Gradle window 🙁. Using the same procedure in IntelliJ
2017.2 worked just fine, however it doesn't work in IntelliJ
2017.3.
Really strange, absolutely no Gradle tasks showing in the
Gradle window 😕 . Doing a Gradle build (
./gradlew build
) in the terminal works without any issues. The kt source file has been given the green tick however the Kotlin standard lib isn't showing up under the
External Libraries tree node in the
Project window, IntelliJ is using a different JDK (
OpenJDK v1.7) from the one that was specified (
Oracle JDK v1.8), and the
Structure window is displaying an error, bizarre!