call I see I can use the ClassName by providing a String for a package and a String for the name of the type, but I’m unsure how to make sure it returns with a * parameter. Am I correct in going for
ClassName
here over
FqName
? If so, how can I make sure it is parameterized by a *?
Daniel Perez
01/26/2022, 9:30 PM
I’ve figured it out and will leave this here in case anyone see’s this in the future.
Use