damian
05/26/2018, 5:11 PMviewModel
could be null, which means we can't necessarily get its class". You probably want the upper bound on V
to be non-nullable - change the class header to class ViewModelProviderFactory<V : Any>
tgmcians
05/26/2018, 5:14 PM