Join Slack
Powered by
Is there a way to check in Kotlin Multiplatform is...
# reflect
m
marcinmoskala
12/13/2024, 12:51 PM
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>>
2
Views
Open in Slack
Previous
Next