what's the recommended way to get a resource as stream from within Kotlin main? `object {}.javaClass...
n
what's the recommended way to get a resource as stream from within Kotlin main?
object {}.javaClass.getResourceAsStream(args[0]).use { ... }
works but does not look pretty