Hello! I'm developing kotlin multiplatform project...
# intellij
p
Hello! I'm developing kotlin multiplatform project. And after every gradle build IDEA is trying to reindex project root dir build folder where js is generated. But it is a build dir and there are no links from my code to code in this folder. Reindexing is taking much time. How can I disable IDEA indexing js generated files in build folder?
a
Is the build directory "excluded" in IDEA (orange color)? Probably some JS outputs are marked as "generated sources"?