If I want to run a kotlin script file from my code...
# getting-started
m
If I want to run a kotlin script file from my code, what's the recommended way to do it? I've seen various repos for kotlinc wrappers, but those require the end user to have kotlinc installed an on PATH, rather than embedding the compiler in some way