https://kotlinlang.org logo
#gradle
Title
j

jlleitschuh

06/22/2017, 2:15 PM
@madorb The basic groovy based assumptions that variables would be accessible via magic isn't true with GSK. Anything that you thought you could just access from thin air you now need to figure out where it originates from and ask that object for it. For example, you need to ask the
project.properties
for properties.