Use ML completion extension point from 193 platform

- completion-ranking-kotlin jar used to be in the IDEA itself; thanks to new extension it can reside in the plugin from now on
- ML completion is turned off by default
- use `implementation` dependency because `completion-ranking-kotlin` is required during runtime
This commit is contained in:
Roman Golyshev
2019-10-17 19:00:57 +03:00
committed by Roman Golyshev
parent b30a9e1d3e
commit 28ec74648e
5 changed files with 46 additions and 0 deletions
+1
View File
@@ -164,6 +164,7 @@ extra["versions.org.springframework"] = "4.2.0.RELEASE"
extra["versions.jflex"] = "1.7.0"
extra["versions.markdown"] = "0.1.25"
extra["versions.trove4j"] = "1.0.20181211"
extra["versions.completion-ranking-kotlin"] = "0.0.2"
// NOTE: please, also change KTOR_NAME in pathUtil.kt and all versions in corresponding jar names in daemon tests.
extra["versions.ktor-network"] = "1.0.1"