We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f560ec7 commit 9f05485Copy full SHA for 9f05485
bulk-model-sync-solution/solutions/org.modelix.mps.model.sync.bulk/org.modelix.mps.model.sync.bulk.msd
@@ -17,6 +17,9 @@
17
<sourceRoot location="model-api-jvm.jar" />
18
<sourceRoot location="slf4j-api.jar" />
19
</modelRoot>
20
+ <modelRoot contentPath="${module}/lib/kotlin-utils-jvm.jar!/" type="java_classes">
21
+ <sourceRoot location="." />
22
+ </modelRoot>
23
</models>
24
<facets>
25
<facet type="java">
@@ -36,6 +39,7 @@
36
39
<stubModelEntry path="${module}/lib/slf4j-api.jar" />
37
40
<stubModelEntry path="${module}/lib/mps-model-adapters.jar" />
38
41
<stubModelEntry path="${module}/lib/bulk-model-sync-lib-jvm.jar" />
42
+ <stubModelEntry path="${module}/lib/kotlin-utils-jvm.jar" />
43
</stubModelEntries>
44
<sourcePath />
45
<dependencies>
0 commit comments