Skip to content

Commit 9f05485

Browse files
committed
build(bulk-model-sync-solution): add kotlin utils dependency
This is necessary in order to have the class ContextValue at runtime, which is needed for node resolution.
1 parent f560ec7 commit 9f05485

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

bulk-model-sync-solution/solutions/org.modelix.mps.model.sync.bulk/org.modelix.mps.model.sync.bulk.msd

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
<sourceRoot location="model-api-jvm.jar" />
1818
<sourceRoot location="slf4j-api.jar" />
1919
</modelRoot>
20+
<modelRoot contentPath="${module}/lib/kotlin-utils-jvm.jar!/" type="java_classes">
21+
<sourceRoot location="." />
22+
</modelRoot>
2023
</models>
2124
<facets>
2225
<facet type="java">
@@ -36,6 +39,7 @@
3639
<stubModelEntry path="${module}/lib/slf4j-api.jar" />
3740
<stubModelEntry path="${module}/lib/mps-model-adapters.jar" />
3841
<stubModelEntry path="${module}/lib/bulk-model-sync-lib-jvm.jar" />
42+
<stubModelEntry path="${module}/lib/kotlin-utils-jvm.jar" />
3943
</stubModelEntries>
4044
<sourcePath />
4145
<dependencies>

0 commit comments

Comments
 (0)