edwinRNDR
06/23/2021, 7:37 AMBig Chungus
06/23/2021, 7:51 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).edwinRNDR
06/23/2021, 10:40 AM