both

fun both(gradleCommand: String = "assemble", suffix: String = "compile")

Generate bootstrap and EAP testing workflows that run the gradle command line gradleCommand (./gradlew $gradleCommand).

suffix will be used to name the workflows, and the workflow files will be named kotlin-{bootstrap|eap}-$suffix.yml.

See also

Sources

jvm source
Link copied to clipboard