Native: switch CLI compiler and tools to embeddable compiler jar
To keep it consistent with Gradle plugin. See ^KT-48595 CLI compiler launched with arguments obtained from Gradle log should be able to handle plugins.
This commit is contained in:
committed by
Space
parent
4f4755a976
commit
0c6421d53f
@@ -53,7 +53,7 @@ if not "!ARG!" == "" (
|
||||
|
||||
set "KONAN_LIB=%_KONAN_HOME%\konan\lib"
|
||||
|
||||
set "KONAN_JAR=%KONAN_LIB%\kotlin-native.jar"
|
||||
set "KONAN_JAR=%KONAN_LIB%\kotlin-native-compiler-embeddable.jar"
|
||||
set TROVE_JAR="%KONAN_LIB%\trove4j.jar"
|
||||
|
||||
set "KONAN_CLASSPATH=%KONAN_JAR%;%TROVE_JAR%"
|
||||
|
||||
Reference in New Issue
Block a user