<https://github.com/holgerbrandl/kscript> this lib...
# scripting
d
https://github.com/holgerbrandl/kscript this lib allows to use
//DEPS
syntax to declare dependencies. is there such feature in kotlin compiler?
🙂 1
h
I’m feel honored by the pointer. I will rework the docs to make clear that annotation driven script configuration should be preferred over the initially supported comment declarations. So instead of
//DEPS
it’s better imho to use
@file:DependsOn("whatever")
because the latter allows for better tooling and is not abusing comments for configuration.