Yes, it's possible.
When using buildSrc any util functions will be available in all scripts, even if you don't apply a plugin in the build scripts.
If you use an included build instead of buildSrc then you need to apply a plugin (even if it's an noop one!) to access the util functions.
I normally create a convention plugin like