Are there any known problems using kotlin 4.3 with gradle kotlin-dsl in intellij? Whenever I try it fails to recognize kotlin syntax in my sub-application build.gradle.kts, but it works fine with 4.2.
j
jlleitschuh
11/16/2017, 2:22 PM
Try making sure your Kotlin Plugin in intellij is up to date.
Baring that go to
Help -> Show Logs
and you’ll see the log file for IntelliJ which should give you an indication of the problem.