Hello! I'm processing an interface (with generics)...
# ksp
g
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
does not sounds right to me, I will try to reproduce it when I got time.
d
g
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.
d
nope
g
SSCCE https://github.com/glureau/ksp-kmp-issues/tree/ksp_multimodule_supers README gives a bit more details on how I use a file annotation to target an interface from another module: maybe I'm doing something wrong there?
Hello! I've created an issue, just to keep track of this problem. Have a nice day!
👍 1