io.sureshg.extn / kotlin.reflect.KClass

Extensions for kotlin.reflect.KClass

jarManifest

val <T : Any> KClass<T>.jarManifest: Manifest?

Returns the jar Manifest of the class. Returns null if the class is not bundled in a jar (Classes in an unpacked class hierarchy).