Is there a way to check in Kotlin Multiplatform is...
# reflect
m
Is there a way to check in Kotlin Multiplatform is KType is a subtype of a different KType? I need something that will tell that
typeOf<List<Dog>>
is a subtype of
typeOf<Iterable<Animal>>