Join Slack
Powered by
Kotlin doesn't have raw types, so `ProxyList` by i...
# getting-started
d
damian
12/22/2016, 8:14 PM
Kotlin doesn't have raw types, so
ProxyList
by itself is not a type. You need to provide some type argument -- in this case you could use
Parcelable.Creator<ProxyList<*>>
Open in Slack
Previous
Next