There is a link leading to samples, there are rele...
# gradle
c
There is a link leading to samples, there are relevant samples there. Long story short:
def something = ext.something
in groovy is same as
val something = extra["something"]
or
val something by extra
in Kotlin