Paul Woitaschek
05/01/2017, 6:48 PMsuresh
05/01/2017, 8:30 PMPaul Woitaschek
05/02/2017, 7:44 AMbamboo
05/02/2017, 12:27 PMbuildSrc
classpath.buildSrc
though.extra
properties. In the applied script:
extra["data"] = listOf("my", "data")
In the main script:
val data: List<String> by extra
...
Paul Woitaschek
05/02/2017, 1:51 PMfun download(uri : URI, dest : File)
. How can I execute it from build.gradle.kts
?suresh
05/02/2017, 3:15 PMbuildSrc
(eg: https://github.com/sureshg/kotlin-starter/blob/master/buildSrc/src/main/kotlin/Extensions.kt#L17) and can access directly from main build script (https://github.com/sureshg/kotlin-starter/blob/master/build.gradle.kts#L270) .Paul Woitaschek
05/03/2017, 7:55 AMbamboo
05/03/2017, 12:46 PM