summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorproject-model-updater <project-model-updater-no-reply@jetbrains.com>2021-01-28 20:01:17 +0000
committerkotlin-ide-monorepo-bot <kotlin-ide-monorepo-bot-no-reply@jetbrains.com>2021-01-28 20:01:17 +0000
commitbfab1918d3c167bf4038da37bfabfa747f1a9535 (patch)
tree3c90338325a0edf264f3535df02a169270c3c22f
parentdfc8ccda57fe019a872f3cbe60f9de86c45cf01a (diff)
downloadintellij-kotlin-bfab1918d3c167bf4038da37bfabfa747f1a9535.tar.gz
Project model is updated
GitOrigin-RevId: bbed92d940252af49a0b815c9c73fec155090e60
-rw-r--r--.idea/libraries/ngram_slp.xml13
-rw-r--r--.idea/modules.xml1
2 files changed, 14 insertions, 0 deletions
diff --git a/.idea/libraries/ngram_slp.xml b/.idea/libraries/ngram_slp.xml
new file mode 100644
index 000000000000..ba36ed5277df
--- /dev/null
+++ b/.idea/libraries/ngram_slp.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component name="libraryTable">
+ <library name="ngram-slp" type="repository">
+ <properties include-transitive-deps="false" maven-id="org.jetbrains.intellij.deps.completion:ngram-slp:0.0.3" />
+ <CLASSES>
+ <root url="jar://$MAVEN_REPOSITORY$/org/jetbrains/intellij/deps/completion/ngram-slp/0.0.3/ngram-slp-0.0.3.jar!/" />
+ </CLASSES>
+ <JAVADOC />
+ <SOURCES>
+ <root url="jar://$MAVEN_REPOSITORY$/org/jetbrains/intellij/deps/completion/ngram-slp/0.0.3/ngram-slp-0.0.3-sources.jar!/" />
+ </SOURCES>
+ </library>
+</component> \ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
index a8da5d6ee980..ad20081876ad 100644
--- a/.idea/modules.xml
+++ b/.idea/modules.xml
@@ -707,6 +707,7 @@
<module fileurl="file://$PROJECT_DIR$/intellij/platform/lvcs-api/intellij.platform.lvcs.iml" filepath="$PROJECT_DIR$/intellij/platform/lvcs-api/intellij.platform.lvcs.iml" />
<module fileurl="file://$PROJECT_DIR$/intellij/platform/lvcs-impl/intellij.platform.lvcs.impl.iml" filepath="$PROJECT_DIR$/intellij/platform/lvcs-impl/intellij.platform.lvcs.impl.iml" />
<module fileurl="file://$PROJECT_DIR$/intellij/platform/platform-main/intellij.platform.main.iml" filepath="$PROJECT_DIR$/intellij/platform/platform-main/intellij.platform.main.iml" />
+ <module fileurl="file://$PROJECT_DIR$/intellij/platform/ml-impl/intellij.platform.ml.impl.iml" filepath="$PROJECT_DIR$/intellij/platform/ml-impl/intellij.platform.ml.impl.iml" />
<module fileurl="file://$PROJECT_DIR$/intellij/platform/object-serializer/intellij.platform.objectSerializer.iml" filepath="$PROJECT_DIR$/intellij/platform/object-serializer/intellij.platform.objectSerializer.iml" />
<module fileurl="file://$PROJECT_DIR$/intellij/platform/object-serializer/intellij.platform.objectSerializer.annotations.iml" filepath="$PROJECT_DIR$/intellij/platform/object-serializer/intellij.platform.objectSerializer.annotations.iml" />
<module fileurl="file://$PROJECT_DIR$/intellij/platform/object-serializer/intellij.platform.objectSerializer.tests.iml" filepath="$PROJECT_DIR$/intellij/platform/object-serializer/intellij.platform.objectSerializer.tests.iml" />