No s, but even so with `project.convention.findByT...
# gradle
h
No s, but even so with
project.convention.findByType(ApplicationPluginConvention::class.java)!!.mainClassName = "com.github.holgerbrandl.Tester"
it just throws an NPE because it seems to not find any instance by type.
🤔 1