sorry for the stupid noob question but i can't fin...
# getting-started
n
sorry for the stupid noob question but i can't find any answer when running kotlin scripts via
kotlinc --script
how do you include/import/whatever another file like if i want to have a
common.kts
v
Have you tried simply importing symbols from the other file?
n
as in
import Common.*
I've tried but it doesn't find Common
v
Does it print a error or an exception? Could you post it?
ok I see you've found an answer 🙂