Join Slack
Powered by
`::class` calls `kotlin.jvm.internal.Reflection.ge...
# getting-started
k
karelpeeters
01/18/2019, 4:36 PM
::class
calls
kotlin.jvm.internal.Reflection.getOrCreateKotlinClass
, so it looks like there will be indeed only one
KClass
instance per class. They won't match up with
Class
instances though.
Open in Slack
Previous
Next