found in kotlin-native cli release tar can be used interchangeably with the one found in kotlin-compiler.zip?
u
udalov
10/15/2020, 5:13 PM
It can’t, it’s a different script. But we also provide copies with platform suffix in the name, so you can use
kotlinc-native
from kotlin-native, or `kotlinc-jvm`/`kotlinc-js` from kotlin to disambiguate
b
Big Chungus
10/15/2020, 5:15 PM
Thought so. I'm creating a minimal possible docker image with kotlin runtimes available and was trying to decide which bin to prioritize in the PATH. Ended up using Kotlin/JVM bin for kotlinc and having all others available with suffixes