scaventz
01/12/2021, 9:57 AMKotlinc supports the option -script, but I can’t find detailed information about it. Where can I find the relevant documentation about kotlin script?Big Chungus
01/12/2021, 10:00 AMkotlinc -script *.main.ktsBig Chungus
01/12/2021, 10:00 AM@file:Repository and @file:Depndency or @file:DependsOn file level anotations to manage dependencies.Big Chungus
01/12/2021, 10:01 AMgildor
01/12/2021, 10:03 AMgildor
01/12/2021, 10:05 AMkotlinc -script some.kts there is also kotlin some.kts (available from 1.4 probably, or late 1.3)scaventz
01/12/2021, 10:09 AMholgerbrandl
01/12/2021, 10:12 AMVampire
01/12/2021, 1:01 PM