How to include provided dependencies with Kotlin configuration UI in IntelliJ IDEA?

Viewed 57
1 Answers

Kotlin run configurations do not support it at the moment.

As a workaround you can use Application run configuration and specify the Kotlin main class that will have Kt suffix.

Related