yawkat
06/13/2023, 8:57 AMKSDeclaration.isOpen()
. i tried debugging it, having a hard time because of intellij issues, but as i understand it, ksp runs in a completely different (earlier) phase than allOpen. Is there a workaround for this?Jiaxiang
06/13/2023, 5:17 PMblockOtherCompilerPlugins
to false to see if it helps. But chances are it might not work depending on which compiler phase is allOpen
hooked into.yawkat
06/14/2023, 7:35 AMyawkat
06/14/2023, 7:36 AMKSDeclaration.isOpen()
Jiaxiang
06/14/2023, 6:12 PMyawkat
06/15/2023, 6:46 AM