How Reified Type makes Kotlin so much better

--

Reified: made (something abstract) more concrete or real. This keyword in Kotlin makes Kotlin a much better language for Android development. There’re 3 distinct nice bits as below.

No more passing clazz

This is most obvious and probably shared by many other posts you have seen describing Reified usage. For completion, I’ll put this here as well.

--

--