Skip to content

Commit 096e46a

Browse files
committed
fix(mps-sync-plugin): some types in stubs could not be found
1 parent 52ada33 commit 096e46a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mps-sync-plugin3/build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,8 @@ tasks {
124124
moduleDependency(KnownModuleIds.JDK)
125125
moduleDependency(KnownModuleIds.MPS_OpenAPI)
126126
moduleDependency(KnownModuleIds.MPS_IDEA)
127+
moduleDependency(KnownModuleIds.MPS_Core)
128+
moduleDependency(KnownModuleIds.MPS_Platform)
127129
}
128130
}
129131
}

0 commit comments

Comments
 (0)