On <https://play.kotlinlang.org> how do the platfo...
# announcements
p
On https://play.kotlinlang.org how do the platforms differ from each other? I was thinking on using the
JUNIT
one but could not find any documentation (wondering what the
CANVAS
one is about too šŸ˜„ )
🧵 1
h
That's awesome, I didn't know about that
https://pl.kotl.in/ngvjDSsY- ← "JUNIT" let's you write and execute tests instead of a main method
p
Ah! I was missing the imports, sweet
l
Canvas is using Kotlin/JS and allows to draw on the canvas.
p
@louiscad is there any examples? 😁
l
@pablisco Yes, on try.kotl.in
p
But… That’s a different site to play.kotlinlang.org and there are a lot of examples 😐
Ah! just saw the canvas folder