ill ask here but let me know if it should be asked...
# getting-started
n
ill ask here but let me know if it should be asked elsewhere: when i try to use worksheet inside intellij i always have to add `implementation(kotlin("script-runtime")) t`o gradle depdencies or else im getting the following error:
Copy code
No script runtime was found in the classpath: class 'kotlin.script.templates.standard.ScriptTemplateWithArgs' not found. Please add kotlin-script-runtime.jar to the module dependencies.
is there a more convenient way of using this?
@Joffrey - maybe u know 😄 ?