How/What do people use atm to write K/N? Consideri...
# kotlin-native
r
How/What do people use atm to write K/N? Considering IntelliJ doesn't play nice with konan last I checked
m
For small desktop utilites - first write/debug using IntelliJ/JVM, then port to Native without IDE, just plain text editor and command line.
☝️ 1
n
I usually just use vscode
n
Can also develop basic/advanced programs (includes low level hw access, and GUIs via Gtk for example) for SBCs (Single Board Computers) like the RPi which have limited hw resources.
o
I personally use IDEA, which works with some limitations . And real IDE is being actively worked on, stay tuned.
👍 8
r
@olonho Is there any news yet if there will be a community version of the IDE available?
o
Not the matter I can currently comment on, sorry :(
r
Fair enough, thanks 🙂