Replace 'kotlinc.kotlin-scripting-jvm' project library with 'kotlinc-delegator.kotlin-scripting-jvm' 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: e7ad207a66df0528554507c9765640859d5e43a3
This commit is contained in:
Nikita Bobko
2020-11-05 17:21:46 +03:00
committed by intellij-monorepo-bot
parent a69ff1ee67
commit 2c45684416
7 changed files with 27 additions and 6 deletions

View File

@@ -27,7 +27,7 @@
<orderEntry type="module" module-name="kotlinc-delegator.kotlin-compiler" scope="TEST" />
<orderEntry type="module" module-name="kotlinc-delegator.kotlin-scripting-compiler" scope="TEST" />
<orderEntry type="module" module-name="kotlinc-delegator.kotlin-scripting-compiler-impl" scope="TEST" />
<orderEntry type="library" scope="TEST" name="kotlinc.kotlin-scripting-jvm" level="project" />
<orderEntry type="module" module-name="kotlinc-delegator.kotlin-scripting-jvm" />
<orderEntry type="module" module-name="kotlinc-delegator.kotlin-script-runtime" scope="TEST" />
<orderEntry type="module" module-name="kotlinc-delegator.kotlin-script-util" scope="TEST" />
<orderEntry type="module" module-name="kotlinc-delegator.kotlin-scripting-common" scope="TEST" />