Devanshu Pathsariya
05/03/2024, 12:59 PMSyntheticResolveExtension
which should have parameter of a class type which is generated by KSP but my SyntheticResolveExtension
is generating the function in kspKotlin
phase, so i am not able to find the class by using ModuleDescriptor.findClassAcrossModuleDependencies
is there any other i can use to build parameter for ksp generated class.Devanshu Pathsariya
05/05/2024, 12:54 PMSyntheticResolveExtension
is also again triggered in compileKotlin
phase and the generated class is resolved there.