Join Slack
Powered by
You need an inline reified bridge function like th...
# announcements
o
orangy
11/27/2017, 10:22 PM
You need an inline reified bridge function like this:
inline fun <reified T> get() = get(T::class)
and real worker function
fun get(klass: KClass)
and get to reflection from there
3
Views
Open in Slack
Previous
Next