Move some script related part of frontend to separate module to avoid using kotlin-reflect.jar in frontend module
Main goal is get rid of kotlin-reflect.jar from modules what required for minimal compiler.jar which can compile Kotlin only to JS to make it smaller.
This commit is contained in:
@@ -71,6 +71,7 @@
|
||||
<root url="file://$PROJECT_DIR$/../out/production/noarg-cli" />
|
||||
<root url="file://$PROJECT_DIR$/../out/production/sam-with-receiver-cli" />
|
||||
<root url="file://$PROJECT_DIR$/../out/production/sam-with-receiver-ide" />
|
||||
<root url="file://$PROJECT_DIR$/../out/production/frontend.script" />
|
||||
</CLASSES>
|
||||
<JAVADOC />
|
||||
<SOURCES>
|
||||
@@ -104,6 +105,7 @@
|
||||
<root url="file://$PROJECT_DIR$/../idea/idea-live-templates/src" />
|
||||
<root url="file://$PROJECT_DIR$/../idea/idea-test-framework/src" />
|
||||
<root url="file://$PROJECT_DIR$/../idea/formatter/src" />
|
||||
<root url="file://$PROJECT_DIR$/../compiler/frontend.script/src" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</component>
|
||||
Reference in New Issue
Block a user