kotlin-playground
kotlin-playground copied to clipboard
Self-contained component to embed in websites for running Kotlin code
Bumps [es5-ext](https://github.com/medikoo/es5-ext) from 0.10.62 to 0.10.64. Release notes Sourced from es5-ext's releases. 0.10.64 (2024-02-27) Bug Fixes Revert update to postinstall script meant to fix Powershell issue, as it's a regression...
I use KotlinPlayground in a small project to show students code and allow them to edit it (without the hassle to deal with any special code editors). It works great...
Kotlin playground is the best platform for a developer to get started with the Kotlin. the Issue with present playground is the height of the console window is not adjustable....
According to you documentation, one can pass arguments as follows ``` /* Your code here */ ``` However, I would like to command line arguments dynamically. In my case I...
It usually shouldn't matter, but I wanted to play around with `trimIndent()`, which doesn't work very well when the string contains mixed tabs and spaces for indentation.
Started learning Kotlin a while ago, been using the [Kotlin playground](https://play.kotlinlang.org/) and I've noticed the following (**bugs**, _perhaps?_): - For every keystroke typed in the **Program arguments** `input`, the **Editor...
https://youtrack.jetbrains.com/issue/KTL-1478/Swift-Export-in-Kotlin-Playground-support-new-target-in-Widget How does it look like:
I often have the problem, that I face old code I have been working on when visiting the playground. Could you provide a button to start a new "work" with...