Hi, I'm hitting extremely long compile times in a kotlin native mpp project during the 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