-
# 1
## Extra space case not handled
Quoting from problem statement :
- Input : `Old is Gold`, output : `old-is-gold`
- Notice the extra spaces being removed in the output
Your program d…
-
**URL of codelab**
https://developer.android.com/training/kotlinplayground?hl=de
**In which task and step of the codelab can this issue be found?**
When trying to perform operations in the provid…
-
kotlinx-io was recently added to Kotlin Playground.
~~Some samples could not be executed there directly due to missing imports.~~
Others, when executed, prints nothing (as they only have asserts)…
-
**Describe the bug**
Kotlin supports annotations for classes, functions etc to add metadata. Semgrep fails to parse/detect these annotations properly. A simple pattern like below is unable to correct…
-
[**URL of codelab**](https://developer.android.com/codelabs/basic-android-kotlin-compose-first-program?continue=https%3A%2F%2Fdeveloper.android.com%2Fcourses%2Fpathways%2Fandroid-basics-compose-unit-1…
-
This can make course on Coursera nicer. Address on GitHub: https://github.com/AlexanderPrendota/kotlin-playground-coursera-plugin
-
Hello,
I'm adding support for embedding kotlin playground in https://dev.to
One issue I'm having is that I would like to prevent people from using not the embedded link (from the medium tab) but the…
-
## Problem
Embedded [Kotlin Playground](https://play.kotlinlang.org/) scripts are used to render the code referenced by the `@sample` KDoc tag. It works wonderfully for Kotlin's own standard and po…
-
the link mentioned in the "Note" block of https://github.com/android/nowinandroid/blob/main/sync/work/src/main/java/com/google/samples/apps/nowinandroid/sync/workers/SyncWorker.kt#L65 is 404!!!
-
Actually Kotlin playground executes with the delay, but just prints everything in the box when it is finished, so I cannot see the effect of the delay properly.