The Kotlin class is available in java as a .class ...
# getting-started
c
The Kotlin class is available in java as a .class type. Hence you can use the
Class<YourKotlinClassType>
as the method parameter from which you can perform all
Class<T>
methods including instantiation and calling the Kotlin functions defined.