Hi, are there instructions on how to compile the e...
# compiler
t
Hi, are there instructions on how to compile the embeddable version of the compiler? I would like to experiment with some stuffs and run it on an android environment.
d
You can run
./gradlew publish
and then locate
kotlin-compiler-embedable.jar
in
./build/repo/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.6.255-SNAPSHOT