This might be a bug in ksp so Iām just posting here for awareness but did something change in ksp (from 1.0.2 to 1.0.5) regarding typealiases? https://github.com/square/moshi/issues/1530
š 2
t
Ting-Yuan Huang
04/14/2022, 5:58 PM
There was a change in 1.0.5, where type arguments are now returned for the reference, instead of the complete, underlying type. In this case, it is a reference to an alias and therefore the arguments defined in declaration of the alias are not included. Let me look into Moshi a little bit to see how it is used and how we should resolve this.