it notices that there is an extension with the nam...
# gradle
o
it notices that there is an extension with the name "kotlin" and some type
T
, and generates an extension field to
Project
, something like
val Project.kotlin = extensions.getByName("kotlin") as T