I have an App script project with several html files and 2 scripts(Code.gs, Utilities.gs). I want to be able to call functions from Utilities.gs in Code.gs but I dont know how to communicate between 2 scripts in one project. Is there a way to import/include scripts or something similar?
For example if I have a function called getInfo() in Utilities.gs I would like to call getInfo() in Code.gs. In java this would be Utilities.getInfo()
I dont see anything about this in the docs.