Hi, I'm hitting extremely long compile times with ...
# kotlin-native
m
Hi, I'm hitting extremely long compile times with kotlin native's compileKotlinJvm task. It takes around 10 minutes to build every time I modify something (I am using a very fast machine). I tried running a profiled build and think incremental build is broken for some reason. Has anyone hit similar issues? https://github.com/JetBrains/kotlin-native/issues/3933
r
If it's Jvm that's slow it might be a #multiplatform issue but it's not Kotlin/Native
m
Ah let me try that channel. Thought it was this one.