kotlin-frontend-plugin
kotlin-frontend-plugin copied to clipboard
gradle -t run shows always "karma/webpack" is already running
I'm not sure if this is a bug or if I should start continuous-build with another option... BTW: A single code change takes ~5secs - quite long. Is there another way to run continuous builds? How can I disable tests - it is not necessary to run all the tests every time the code changes.
Hmm - after removing the DCE-plugin it takes ~2secs. Better! but it should not be necessary to remove the plugin for turning off optimization...