How can I configure the "build" action performed b...
# intellij
n
How can I configure the "build" action performed by Idea? I have a problem that results in wrong actions executed by CTRL+F9: after adding Android support to a Kotlin-only multiplatform project, Idea starts to execute
compileJava
Gradle tasks when I press CTRL+F9, but those are not present in most of my modules (see the linked discussion).