Join Slack
Powered by
Is it possible with MPP via Gradle Kotlin DSL to d...
# gradle
n
napperley
11/20/2019, 6:13 AM
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
tapchicoma
11/20/2019, 9:36 AM
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
4
Views
Open in Slack
Previous
Next