Carter Hudson
10/09/2024, 8:12 PMkotlin.collections.Set
. Currently, I’m comparing declarations, but I’m hoping there’s a better way
declaration.type.resolve().declaration == resolver.getClassDeclarationByName("kotlin.collections.Set")?.asStarProjectedType()?.declaration
Carter Hudson
10/09/2024, 8:16 PMdeclaration.type.resolve().toClassName() == Set::class.asClassName()