package otherpackage fun fromOtherPackage(): Boolean { val c = javaClass() return (c.getName()!! == "java.lang.Runnable") }