Mitja Debeljak
04/04/2024, 11:42 AMtypeHierarchy = mapOf(
IntEntity::class to listOf(ProductEntity::class),
IntIdTable::class to listOf(ProductTable::class)
)
but does not help. I probably do not understand enough how reflection work, to define this correctly.