yeah if I remove it everything works - managed to fix @gildor when I generate a new Gradle Kotlin DSL project using intelliJ with Kotlin 1.2.30 plugin for some reason it uses Gradle 4.0 I changed my gradle-wrapper.properties to use Gradle 4.6 and added the java plugin and it compiles now
g
gildor
03/12/2018, 5:10 PM
Nope, Intellij includes default Gradle template of specific version and this version is not always up to date
c
carolos
03/12/2018, 5:17 PM
I still have one issue - my code auto-completion is not working for the application function - any idea what I have to add to get it to work?
Thank you for your help by the way