Float::class.java is the standard static way of re...
# announcements
d
Float::class.java is the standard static way of referring to Java classes as far as I know. I'm not that familiar with Kotlin generics myself, but without that it complains because you aren't passing in exactly
Any
as the Class type.