1/2 Replace source dependency on Kotlin JPS plugin with binary dependency

Kotlin JPS plugin is going to be migrated to Kotlin repo (in scope of KTIJ-11633),
so let's replace all dependencies on sources with dependencies on binaries

GitOrigin-RevId: 83fa7ffc92b40fc9740d103013ef3341068593b5
This commit is contained in:
Nikita Bobko
2021-12-07 14:17:02 +01:00
committed by intellij-monorepo-bot
parent ba433cec52
commit b06aade9ba
35 changed files with 47 additions and 45 deletions

View File

@@ -11,8 +11,8 @@
<orderEntry type="library" name="kotlinc.kotlin-stdlib" level="project" />
<orderEntry type="library" name="kotlinc.kotlin-compiler" level="project" />
<orderEntry type="library" name="kotlinc.kotlin-scripting-compiler" level="project" />
<orderEntry type="library" name="kotlinc.kotlin-jps-common" level="project" />
<orderEntry type="module" module-name="kotlin.core" />
<orderEntry type="module" module-name="kotlin.jps-common" />
<orderEntry type="module" module-name="kotlin.gradle.gradle-java" />
<orderEntry type="module" module-name="intellij.platform.lang" />
<orderEntry type="module" module-name="intellij.gradle.common" />