https://kotlinlang.org logo
k

karelpeeters

06/20/2017, 3:10 PM
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...