I'm running the latest IntelliJ and it keeps re-sy...
# intellij
c
I'm running the latest IntelliJ and it keeps re-syncing my Gradle changes before I can fix issues in my KMM project. I even turned off "Reload project after changes in the build script" and it still does it. How can I disable this so I can fix the issues before it syncs again?
I ended up working around the issue by editing the problem build script with vi from the terminal, but this isn't a great solution. It kept failing on the library module builld.gradle.kts, so it wouldn't let me edit the root-level one. It kept re-syncing and returning to edit the module-level script.