Is it possible with MPP via Gradle Kotlin DSL to d...
# gradle
n
Is it possible with MPP via Gradle Kotlin DSL to define multiple run tasks for a Kotlin Native binary that specify command line arguments?
t
Imho, you could create several
Exec
tasks (https://docs.gradle.org/current/dsl/org.gradle.api.tasks.Exec.html) using compiled binary from previous tasks