Pill: Add an order entry for module's sources
This commit is contained in:
@@ -129,6 +129,8 @@ private fun renderModule(project: PProject, module: PModule) = PFile(
|
|||||||
|
|
||||||
xml("orderEntry", "type" to "inheritedJdk")
|
xml("orderEntry", "type" to "inheritedJdk")
|
||||||
|
|
||||||
|
xml("orderEntry", "type" to "sourceFolder", "forTests" to "false")
|
||||||
|
|
||||||
for (orderRoot in module.orderRoots) {
|
for (orderRoot in module.orderRoots) {
|
||||||
val dependency = orderRoot.dependency
|
val dependency = orderRoot.dependency
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user