I need folders to organize my project, but I can’t have them as modules because I rely on abstract classes, which can’t be used across multiple modules. How can I create a folder without making it a module?
I need folders to organize my project, but I can’t have them as modules because I rely on abstract classes, which can’t be used across multiple modules. How can I create a folder without making it a module?