Run Kotlin/JS Create the file src/main/kotlin/App. kt and fill it with a small “Hello, World”-type code snippet: fun main() { console. log(“Hello, Kotlin/JS!”) }
How do I run Kotlin JS?
Run Kotlin/JS Create the file src/main/kotlin/App. kt and fill it with a small “Hello, World”-type code snippet: fun main() { console. log(“Hello, Kotlin/JS!”) }