mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
This part wasn't normalized, so we had to use exact versions in part of the plugin-content.yaml. Now we can use the major version like for other libraries. GitOrigin-RevId: 010930866ca2255d61f58c92ea829eb8704d7516
9 lines
375 B
YAML
9 lines
375 B
YAML
- name: lib/modules/intellij.turboComplete.languages.kotlin.jar
|
|
contentModules:
|
|
- name: intellij.turboComplete.languages.kotlin
|
|
libraries:
|
|
completion-performance-kotlin:
|
|
- name: $MAVEN_REPOSITORY$/org/jetbrains/intellij/deps/completion/performance-kotlin/0/performance-kotlin-0.jar
|
|
- name: lib/turboComplete.jar
|
|
modules:
|
|
- name: intellij.turboComplete |