1 min readOct 5, 2018
Recent versions of IntelliJ already have GKD support, however IntelliJ includes a outdated version of Gradle that doesn’t have GKD support. With a Gradle project the Gradle version needs to be updated to a newer version. The most common way to update Gradle in a project is to use the Gradle Wrapper method via a terminal, eg:
./gradlew wrapper — gradle-version 4.10.2