The Problems you describe do happen for us only in...
# announcements
h
The Problems you describe do happen for us only in gradle.kts files, so you experience problems in regular Kotlin classes as well? If yes, there must be sth wrong, using kotlin super smoothly in pretty big, even mixed projects. I guess you already deactivated all plugins and so on?
n
There is improved Gradle Kotlin DSL support coming in the next major version of IntelliJ (including better performance 👏): https://blog.jetbrains.com/kotlin/2020/02/improved-gradle-kts-ide-support/
👏 1