I mean either way, there's really no difference po...
# kontributors
a
I mean either way, there's really no difference post-compilation wise but it would be better to read and debug code imo
k
They existed in Java before autoboxing was a thing, and they sticked around. Maybe they can be justified with performance reasons?
a
Not sure, it just seems really silly to me tbh
d
Of cause there is a difference post-compilation wise. In Kotlin, as in Java, generics are erased. Thus it would require boxing, and yes, it affects performance (especially on Android).