[evaluation] Fix missing dependency on ktor in plugin.xml

(cherry picked from commit 1781f608526d81fc122b54180beca0ddce45184f)

IJ-MR-165946


(cherry picked from commit 5b26ce9f61fc70cbbb91f2a07d716e8084a7bc34)

IJ-CR-166009

GitOrigin-RevId: 7e50b5495f17414978ba22d3f03c04468be0ddfe
This commit is contained in:
Shumaf Lovpache
2025-06-17 12:48:19 +03:00
committed by intellij-monorepo-bot
parent 1c58da8705
commit 0ba43f18b5

View File

@@ -38,6 +38,7 @@
<dependencies>
<plugin id="com.intellij.completion.ml.ranking"/>
<plugin id="com.intellij.stats.completion"/>
<module name="intellij.libraries.ktor.client"/>
<module name="intellij.libraries.kotlinx.io"/>
<module name="intellij.platform.warmup"/>
</dependencies>