mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
Fix dependency syntax
This commit is contained in:
parent
327ac8fba7
commit
1c0275c9b7
@ -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'
|
||||
}
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user