Provide type-safe accessors for contributed extensions and conventions #159
|
I'm curious, how would we know when to create these extensions? The plugins add them at runtime, so does that mean we execute them in order to give auto completion? |
This was referenced Dec 15, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
plugins { id("application") } application { // type-safe extension member automatically generated by Gradle Script Kotlin mainClassName = "samples.HelloWorld" }