unsure if this is the right channel. If you're usi...
# android
k
unsure if this is the right channel. If you're using Kotlin Android Extensions to get a custom view that has a type-param, you get it back as
FooView<*>
. What's the best way to deal with this? I just made a function that casts that property to have the type I know the type-param will be, and am using that function now, but it seems sub-optimal.