dharrigan
12/05/2017, 1:21 PM${property("foo")}
inside dependencies definitions, i.e., compile("com.google.protobuf:protobuf-java:${property("protobufVersion")}")
I know there is another way of defining the var inside the kts file, var foo="1.2"
then using $foo
inside the dependency definition. The latter being more "groovy" like (without the var definition). Is there no shorter way of expressing this?czyzby
12/05/2017, 1:22 PMdharrigan
12/05/2017, 1:22 PMczyzby
12/05/2017, 1:23 PMprop("nameOfProperty")