I wanna use 1.4.0-dev compiler in intellij, I tried changing multiplatform to 1.4.0-dev-NNNN. it changed libraries to 1.4.0-dev but compiler is 1.3.70-dev. why ?
Nowhere, AFAIK. But there is another way to get a nightly K/N. There are special builds of Kotlin Gradle plugin that include latest nightly K/N. They are available at Bintray (https://bintray.com/kotlin/kotlin-dev/kotlin) and have a "double" number (e.g.
1.4.0-dev-783-92
). These builds are based on a latest K/N version and Kotlin version which is compatible with this K/N.