Is it possible to iterate on all kclass types of a...
# announcements
p
Is it possible to iterate on all kclass types of a sealed class? I use moshi and use https://github.com/square/moshi/blob/master/adapters/src/main/java/com/squareup/moshi/adapters/PolymorphicJsonAdapterFactory.java Therefore I need to registert all children of a sealed class and I want some compile time safety and want to make sure I handled all sub classes.
p