I've got a run configuration running webpack, which updates some files, then starts my kotlin program. My problem is that the kotlin program (basically Ktor) does not take the file changes into account. Can I force IDEA to take those into account in a run configuration? Like clearing cache or reload files from disk?