Hey, who is maintaining Playground (<https://play....
# kotlin-website
m
Hey, who is maintaining Playground (https://play.kotlinlang.org/)? I have two problems: 1. It would be great if it supported Iframely, it is a popular service and I needed it to show Kotlin in Circle. https://iframely.com/ 2. There is a problem with library versions: https://github.com/JetBrains/kotlin-playground/issues/242 I can halp with those changes, I need them ASAP.
👀 1
Regarding Iframely, it looks it should be enough to register your domain and maybe add discovery via <link> meta tag https://iframely.com/docs/publish
v
Click on the questionmark in the lower left 😉
thank you color 1
k
Sorry, but I won’t be able to resolve this ASAP. I’ll look into using
Iframely
this week, as that’s the simpler option. The ticket with
Dispatchers.Main
is more complex. It’s a known issue related to current security restrictions, and unfortunately, it’s not a quick fix that can be done in a couple of days.
👍 1
m
I can more easily overcome this second limitation by transforming my tests to override Main in a different way. Iframely is more important to me, since I am now migrating my lessons to Circle, and it would be beneficial for learners to have code snippets executable.