У вашего броузера проблема в совместимости с HTML5
How to run Kotlin Programs in Android Studio.! {No need of IntelliJ IDEA}
1) Download Kotlin Compiler "kotlin-compiler-1.1.51.zip"
Link : https://github.com/JetBrains/kotlin/releases/tag/v1.1.51
Or https://kotlinlang.org/docs/tutorials/command-line.html
2) Extract it to any location "Remember the location"
3) Create a directory & save one file with .kt extension
4) Open Android Studio ___ Import Project "Eclipse, ADT ..." & give the path of program directory " Step 2 "
5) Open ***.kt file
6) Click on Run ___ Edit Configuration ____ Add NEW Configuration ___ Kotlin
7) In "before launch" section __ ADD ___ Run External tool __ ADD
8) In tools setting ____
Program : Give path of Kotlin Compiler
Parameter : hello.kt -include-runtime -d hello.jar -verbose
Working Directory : "Step 2 " OK
9) Add second External tool
In tools setting ____
Program : java
Parameter : -jar hello.jar
Working Directory : "Step 2 " OK
10) Run ___ ERROR "Configuration is still incorrect. Do you want to edit it again?" ignore it
and Click __ Continue Anyway
11) DONE
-- Please like , share , Subscribe
-~-~~-~~~-~~-~-
Please watch: "Learn English though Urdu / Hindi आसान अंग्रेजी آسان انگریزی Easy Way"
https://www.youtube.com/watch?v=5HQPmwFOIWc
-~-~~-~~~-~~-~-