Vaios Tsitsonis
06/08/2022, 6:31 AMKSDeclaration of this enum does not contain the ENUM modifier (It has only the following modifiers: PUBLIC, FINAL). If I move the enum class into the same gradle module then the KSDeclarartion will have the correct modifiers. Is there some sort of limitation with multi-module projects or is it a bug?Anton Popov
06/08/2022, 9:57 AMdeclaration.classKind == ClassKind.ENUM_CLASSVaios Tsitsonis
06/08/2022, 10:03 AMJiaxiang
06/09/2022, 12:14 AM