I want to call default run task that needs arguments, from another task defined in build.gradle.kts. I can call run from another task but I do not know how to pass parameters.
I want to call default run task that needs arguments, from another task defined in build.gradle.kts. I can call run from another task but I do not know how to pass parameters.