Is there a way to call the equivalent of Java's `t...
# announcements
k
Is there a way to call the equivalent of Java's
this.getClass().getResource(...)
in a top-level Kotlin method? There is no class to point to...