eap

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

Generate an EAP testing workflow that runs the gradle command line gradleCommand (./gradlew $gradleCommand).

suffix will be used to name the workflow, and the workflow file will be named kotlin-eap-$suffix.yml.

Sources

jvm source
Link copied to clipboard