New_Beginning's blog

By New_Beginning, history, 3 years ago, In English

I write C++ code in Dev-C++ and test it locally before submitting the final solution. Which IDE can I use for Kotlin? I want to take part in 12 November contest. TIA :)

  • Vote: I like it
  • 0
  • Vote: I do not like it

»
3 years ago, # |
  Vote: I like it +10 Vote: I do not like it

You can use IntelliJ IDEA, if your PC is not very old. Community version is free to use.

Also you can use online IDE, for example, repl.it. With registration it allows you to have access to your code from anywhere on the Internet.