https://kotlinlang.org logo
i

ikej

02/22/2016, 8:50 AM
I need to load a resource relative to a package, currently I have go through a class in the package, like
A::class.java.getResource("...")
. Is there a way to access the package class, so I don't have to reference some arbitrary class in the package?