needle
needle copied to clipboard
Preprocessor macros doesn't work
Hi, I am trying to create components depending on the preprocessor condition:
#if MODULE_TEST var testComponent: TestComponentProtocol { get } #endif
But NeedleGenerated generates this component even if MODULE_TEST is FALSE.
Does Needle support preprocessor macros or should I do it differently?