./gradlew install
./gradlew browserDevelopmentRun -t
If you don't see that changes in toolchain is not applied to example project, try:
./gradlew --stop
Try to build without gradle's build cache using --no-build-cache
option
Remove ~/.m2/org/jetbrains/kotlin and run “install” task again