Using Kotlin compiler and runtime from a defined $KOTLINC_DIR$ path variable
This commit is contained in:
committed by
Pavel V. Talanov
parent
b828aaf733
commit
0d57134952
@@ -869,9 +869,9 @@
|
|||||||
</SOURCES>
|
</SOURCES>
|
||||||
<jarDirectory url="file://$PROJECT_DIR$/lib/core" recursive="false" />
|
<jarDirectory url="file://$PROJECT_DIR$/lib/core" recursive="false" />
|
||||||
</library>
|
</library>
|
||||||
<library name="kotlin-compiler-jarjar">
|
<library name="kotlin-compiler">
|
||||||
<CLASSES>
|
<CLASSES>
|
||||||
<root url="jar://$PROJECT_DIR$/../kotlin/dist/kotlin-compiler-jarjar.jar!/" />
|
<root url="jar://$KOTLINC_DIR$/lib/kotlin-compiler.jar!/" />
|
||||||
</CLASSES>
|
</CLASSES>
|
||||||
<JAVADOC />
|
<JAVADOC />
|
||||||
<SOURCES>
|
<SOURCES>
|
||||||
@@ -889,11 +889,11 @@
|
|||||||
</library>
|
</library>
|
||||||
<library name="KotlinRuntime">
|
<library name="KotlinRuntime">
|
||||||
<CLASSES>
|
<CLASSES>
|
||||||
<root url="jar://$PROJECT_DIR$/lib/kotlin-runtime.jar!/" />
|
<root url="jar://$KOTLINC_DIR$/lib/kotlin-runtime.jar!/" />
|
||||||
</CLASSES>
|
</CLASSES>
|
||||||
<JAVADOC />
|
<JAVADOC />
|
||||||
<SOURCES>
|
<SOURCES>
|
||||||
<root url="jar://$PROJECT_DIR$/lib/kotlin-runtime.jar!/src" />
|
<root url="jar://$KOTLINC_DIR$/lib/kotlin-runtime.jar!/src" />
|
||||||
</SOURCES>
|
</SOURCES>
|
||||||
</library>
|
</library>
|
||||||
</component>
|
</component>
|
||||||
|
|||||||
Reference in New Issue
Block a user