jaguililla
06/03/2020, 9:52 AMMatteo Mirk
06/03/2020, 10:06 AMjaguililla
06/03/2020, 10:44 AMreflect
library). Regarding that, do I need to import reflect
to use something like Type::field
? Thanks for sharing your thoughts :)Matteo Mirk
06/03/2020, 1:42 PMjava.lang.invoke
. If you’re referring to Kotlin specifically, from what you tell maybe you’re referring to function references: depending on the usage you don’t need to import the reflect library (although it’s still reflection).
Instead, to manipulate stuff like Type::field
yes, you need to import kotlin-reflect
.jaguililla
06/03/2020, 2:22 PM