Is there an easy way of making a call from one Google Apps script to a function in another?
I'm writing two scripts, one which should use functions from the other. I want the two to have different sharing permissions, however, so I don't want to put them in the same project.
I can't seem to find any "require Xxx.gs" type function in the documentation.
I found this: Call functions from another "class" / file
But I get "xxx function not found" errors if I try to call a function from a different file.