Use script-runtime properly in IDEA project:
use it from the installed plugin for dependent modules (frontend) use it from bootstrap in the plugin being built also drop unused daemon-client from the plugin This makes it consistent with ant build and allow building idea project without prior ant dist
This commit is contained in:
Generated
+1
-2
@@ -92,8 +92,7 @@
|
||||
<element id="archive" name="noarg-ide-plugin.jar">
|
||||
<element id="module-output" name="noarg-ide" />
|
||||
</element>
|
||||
<element id="file-copy" path="$PROJECT_DIR$/dist/kotlinc/lib/kotlin-daemon-client.jar" />
|
||||
<element id="file-copy" path="$PROJECT_DIR$/dist/kotlinc/lib/kotlin-script-runtime.jar" />
|
||||
<element id="file-copy" path="$PROJECT_DIR$/dependencies/bootstrap-compiler/Kotlin/kotlinc/lib/kotlin-script-runtime.jar" />
|
||||
<element id="archive" name="sam-with-receiver-compiler-plugin.jar">
|
||||
<element id="module-output" name="sam-with-receiver-cli" />
|
||||
</element>
|
||||
|
||||
Reference in New Issue
Block a user