Which is the best IDE for Kotlin native development for multiplatform (android, ios) am on windows ?)

I would say if you are familiar with an IDE that has gradle support, you are good to go. The documentation on the gradle plugin is very good. Most IDEs have plugins for kotlin support. IDEA is probably the best choice if you don’t mind learning to use a new IDE

1 Like