Basically I am trying to do this as a top level fu...
# announcements
p
Basically I am trying to do this as a top level function:
Copy code
fun resource() = ???::class.java.getResource("something")
what can I use instead of
???