Skip to content

Commit

Permalink
move to proper page: note about com.intellij.modules.vcs
Browse files Browse the repository at this point in the history
  • Loading branch information
YannCebron committed Oct 7, 2024
1 parent 309981d commit 29693d4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
}
```
Original file line number Diff line number Diff line change
Expand Up @@ -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"/>

0 comments on commit 29693d4

Please sign in to comment.