Your extension function is scoped by the containin...
# announcements
k
Your extension function is scoped by the containing class, so no, you won't be able to use it outside of that class. You need to move it out into the file scope, and then import it into the use site