ModuleManager.getModules()
已回答
When I open a project for the first time,In StartupActivity ,ModuleManager.getInstance(project).getModules() always return only one module(only root module)
why?
thanks
请先登录再写评论。
What is the expectation? What is a "root" module? Please provide sample.