Hello! I'm processing an interface (with generics) from another module, this interface extends another interface (also with generics), I can get the properties & functions from the super but
superTypes
and
getAllSuperTypes()
returns nothing. Is it an expected/known behavior? (1.6.0-1.0.2)
j
Jiaxiang
01/12/2022, 10:04 AM
does not sounds right to me, I will try to reproduce it when I got time.
Not sure, I'm using kspKotlinMetadata but did not experience this issue while it was on the same module. Were you using multiple modules? (If so, it may be the same...).
I'll work on a reproducer.