Myself and Johann are having extremely slow compil...
# intellij
j
Myself and Johann are having extremely slow compile times for Kotlin projects in IntelliJ A simple 3-liner takes 20+ seconds to build in IntelliJ, but less than a second to build via kotlinc. Incremental compile is switched on and both machines are on OSX Sierra with decent specs.
Copy code
fun main(args: Array<String>) {
    println("test")
}
Have logged a ticket here in the meantime: https://youtrack.jetbrains.com/issue/IDEA-171744?query=kotlin%20compile%20time#u=1492707479552
👍 1