imagine you are requesting `@implicit List<T&gt...
# kapt
e
imagine you are requesting
@implicit List<T>
and then somewhere you actually request
T
=
String?
so `List<String?>`: at runtime even if you can do
T::class
it would still be
String