mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
move to proper page: note about com.intellij.modules.vcs
This commit is contained in:
parent
309981d5de
commit
29693d4b02
@ -313,14 +313,3 @@ Please upgrade to Kotlin 1.9.0. See the [](using_kotlin.md#incremental-compilati
|
||||
|
||||
<include from="snippets.md" element-id="missingContent"/>
|
||||
|
||||
### plugin.xml: `Cannot resolve plugin com.intellij.modules.vcs`
|
||||
|
||||
Add an explicit [dependency](tools_intellij_platform_gradle_plugin_dependencies_extension.md) on the bundled module:
|
||||
|
||||
```kotlin
|
||||
dependencies {
|
||||
intellijPlatform {
|
||||
bundledModule("intellij.platform.vcs.impl")
|
||||
}
|
||||
}
|
||||
```
|
||||
|
@ -521,5 +521,16 @@ To correctly run your tests or a specific IDE:
|
||||
</tab>
|
||||
</tabs>
|
||||
|
||||
### plugin.xml: `Cannot resolve plugin com.intellij.modules.vcs`
|
||||
|
||||
Add an explicit [dependency](tools_intellij_platform_gradle_plugin_dependencies_extension.md) on the bundled module:
|
||||
|
||||
```kotlin
|
||||
dependencies {
|
||||
intellijPlatform {
|
||||
bundledModule("intellij.platform.vcs.impl")
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
<include from="snippets.md" element-id="missingContent"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user