ClaudiuB
02/01/2018, 5:22 PM.kts
files from gradle, I have to do it through a task of type: Exec
and pass the kotlinc -script myscript.kts args
call to a shell script call, like
commandLine sh $scriptCall
or
executable 'sh'
args $scriptCall
which feels very cumbersome and like jumping over a lot of fences