Hi folks, how I can use a EAP version of the Kotli...
# intellij-plugins
s
Hi folks, how I can use a EAP version of the Kotlin IntelliJ Plugin on develop, in this case, from Kotlin 1.4-M3, this is the my current configuration:
Copy code
intellij {
    version = "2020.1.2"

    setPlugins("java", "Kotlin")
}