+ 2
How are you writing kotlin code?
how can I access it from Solo learn play ground? I've seen some people who have written code in kotlin on code playground. I wanna play with kotlin so bad :)
6 Answers
+ 9
Kotlin code can be created in three ways:
1) Run beta app,
2) Use web browser, and
3) Edit an existing Kotlin program and save to your codes.
Once done, standard app can edit and run the code.
However, readLine doesn't work at the moment in app as it doesn't know to put up the input prompt.
+ 6
https://code.sololearn.com/ce73KN2M5z0n/?ref=app
here,
save this code and you can use it to make kotlin codes
(in previous versions as well...)
+ 3
with IntelliJ . it is an IDE for programming languages including Kotlin.
+ 2
So it's still being tested? My Oh my! I'll have a look thanks :)
+ 1
maybe I should edit my question. What I meant to ask was how can I access it here on Solo learn code playground
+ 1
To learn Kotlin:
goto: https://kotlinlang.org/
To learn online code follow the link: https://try.kotlinlang.org/#/Kotlin%20Koans/Introduction/Hello,%20world!/Task.kt