Join Slack
Powered by
There is a link leading to samples, there are rele...
# gradle
c
Czar
08/05/2018, 2:09 PM
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
2
Views
Open in Slack
Previous
Next