edwinRNDR
06/23/2021, 7:37 AMBig Chungus
06/23/2021, 7:51 AMBig Chungus
06/23/2021, 8:30 AMchmod +x script.kts
) and run it as any other script (the extension can even be removed) like ./script.kts targetDir out.kt
, or alternativelly run it with kotlin compiler directly kotlinc -script script.kts targetDir out.kt
rnett
06/23/2021, 8:32 AMcompileKotlin
task for your source set, and ideally setup caching inputs & outputs).rnett
06/23/2021, 8:33 AMedwinRNDR
06/23/2021, 10:40 AMedwinRNDR
06/23/2021, 10:40 AM