Join Slack
Communities
Powered by
The Kotlin class is available in java as a .class ...
# getting-started
c
charlesmuchene
04/19/2018, 11:54 AM
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.
Open in Slack
Previous
Next