Replace dependency on 'kotlinc.kotlin-stdlib-jdk8' with dependency on 'kotlinc-delegator.kotlin-stdlib-jdk8' module delegator

This commit is part of series of project model refactoring commits, look at neighborhood commits.
Check out last commits in this sequence.

These commit are done for sake of unification and making it easier to write cooperative compilation
prototype.

GitOrigin-RevId: 4ec18be4192e6ea9fe93f14e3e9fac83cec68c91
This commit is contained in:
Nikita Bobko
2020-11-06 16:45:14 +03:00
committed by intellij-monorepo-bot
parent 2c45684416
commit 6e29578615
52 changed files with 61 additions and 51 deletions

View File

@@ -21,7 +21,7 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="kotlinc.kotlin-stdlib-jdk8" level="project" />
<orderEntry type="module" module-name="kotlinc-delegator.kotlin-stdlib-jdk8" />
<orderEntry type="module" module-name="kotlinc-delegator.kotlin-compiler" />
<orderEntry type="module" module-name="kotlinc-delegator.kotlin-scripting-compiler" />
<orderEntry type="module" module-name="kotlinc-delegator.kotlin-scripting-compiler-impl" />