When I run a Kotlin unit test file FooTest in Inte...
# intellij
m
When I run a Kotlin unit test file FooTest in IntelliJ (by right-clicking on the tab and selecting "Run FooTest"), I see a "Make" process running for several seconds before the test starts running. What is this "Make" process? I get compile errors instantaneously when saving, so I thought that everything was getting compiled as I coded.