<@U0B8ZP13Q>, so basically you have a dependency r...
# scripting
c
@cedric, so basically you have a dependency resolver as a part of your template. You annotate its
resolve
method with a list of annotation classes you want to process, then get them from
ScriptContents.annotations
and process however you want. I don't have my own code at hand, but here's an examplehttps://github.com/ligee/kotlin-jupyter/blob/master/src/main/kotlin/org/jetbrains/kotlin/jupyter/resolve.kt#L20