Fix dependency syntax

This commit is contained in:
Dmitry Jemerov 2018-03-23 18:59:09 +01:00
parent 327ac8fba7
commit 1c0275c9b7

View File

@ -21,7 +21,7 @@ In your plugin, you may depend on classes from other plugins, either bundled, th
```groovy
intellij {
plugins 'org.jetbrains.kotlin@1.2.30'
plugins 'org.jetbrains.kotlin:1.2.30'
}
```