Ho to the get resources output directory?
Hi,
it is possible to get the classes output directory of a module via:
CompilerPaths.getModuleOutputPath(module, false)
The returned directory points by default to out/production/classes. Is there a similar way to get the resources output directory out/production/resources?
King regards,
Marcel
请先登录再写评论。
What kind of project? Where is a "resources output" directory defined?