How to transpile kotlin to ecmascript latest version?

Kotlin for JavaScript

The current implementation of Kotlin/JS targets ES5.

I don’t like es5. I have clone kotlinx.coroutines. now kotlinx-coroutines-core.js is also es5.

how to build ecmascript latest version by myself?