Embedding Kotlin Playground Posted on May 17, 2018 | by josedacruz | Leave a Comment on Embedding Kotlin Playground Jetbrains is providing plugins and tools to embed Kotlin in any website – you can update and run the code clicking the play! Just try it! fun main(args : Array<String>) { println("Hello 42!") }