Does anyone know if `bin/kotlinc` found in kotlin-...
# announcements
b
Does anyone know if
bin/kotlinc
found in kotlin-native cli release tar can be used interchangeably with the one found in kotlin-compiler.zip?
u
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
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