Hi all, is there a decent guide for getting starte...
# gradle
v
Hi all, is there a decent guide for getting started a fresh project with gradle script kotlin?
s
I started with the gsk sample projects - https://github.com/gradle/gradle-script-kotlin/tree/master/samples. It covers many scenarios.. In many cases it’s one-to-one with groovy syntax. Also, groovy interop is documented here - https://github.com/gradle/gradle-script-kotlin/tree/master/doc/getting-started
👍 1