yeah if I remove it everything works - managed to ...
# gradle
c
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
Nope, Intellij includes default Gradle template of specific version and this version is not always up to date
c
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