How are you writing kotlin code? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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 :)

6th Feb 2018, 6:26 PM
God
God - avatar
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.
6th Feb 2018, 6:47 PM
John Wells
John Wells - avatar
+ 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...)
6th Feb 2018, 6:50 PM
Code Ninja
Code Ninja - avatar
+ 3
with IntelliJ . it is an IDE for programming languages including Kotlin.
6th Feb 2018, 6:37 PM
Tim Millar
Tim Millar - avatar
+ 2
So it's still being tested? My Oh my! I'll have a look thanks :)
6th Feb 2018, 6:50 PM
God
God - avatar
+ 1
maybe I should edit my question. What I meant to ask was how can I access it here on Solo learn code playground
6th Feb 2018, 6:39 PM
God
God - avatar
+ 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
6th Feb 2018, 6:54 PM
Kush Kumar
Kush Kumar - avatar