This should do: ``` configure<ApplicationPlugin...
# gradle
e
This should do:
Copy code
configure<ApplicationPluginConvention> {
    mainClassName = "com.github.holgerbrandl.Tester"
}
2
🙂 1