bjonnh
06/11/2019, 6:03 PMShawn
06/11/2019, 6:11 PMmain()
defined in a file called Application.kt
, try referencing ApplicationKt
main
, just this::class
might workbjonnh
06/11/2019, 6:25 PMShawn
06/11/2019, 6:33 PMRuckus
06/11/2019, 7:21 PMobject{}.javaClass.getResource(...)
Note: Those are curly braces after object, not parenthesiskarelpeeters
06/11/2019, 8:02 PM::main::class
works too, it's a class defined in the same package called TestKt$main$x$1
.bjonnh
06/11/2019, 8:09 PM