Anybody here have a hard time with compiling big projects in Intellij using kotlin/gradle? I mean like 3-10 minute compile times.
e
eriwen
03/19/2018, 6:27 PM
I know I and the rest of Gradle team would be happy to help if you post in #C19FD9681 or at discuss.gradle.org.
The vast majority of Kotlin compile performance problems are a result of mixing Java and Kotlin sources in the same directory.