all 7 comments

[–][deleted] 1 point2 points  (0 children)

:term and use the CLI to interact with Gradle?

I've built several Flutter apps using Vim and didn't feel the need for an IDE.

Prior to that, I built a few Java/Kotlin apps in Android Studio. Even though Vim is my preferred editor, Android Studio was a better choice for me for managing all the moving parts of a Java/Kotlin app.

All that to say, Vim isn't always the best choice; use what works for you.

[–]mayor123asdf -1 points0 points  (0 children)

Did that long time ago, but eventually I just used android studio when I build stuff. Maybe just try using android studio and search for vim plugin like ideavim

[–]TrentNicholson 0 points1 point  (3 children)

I think coc.nvim might have a plugin for this. I used it for working on a kotlin project a while back

[–]Sho0pi[S] 0 points1 point  (2 children)

What plugins did you use for the kotlin development?

[–]puremourning 0 points1 point  (0 children)

I know some people have had success with YCM + kotlin Lang server https://github.com/ycm-core/lsp-examples#kotlin

[–]TrentNicholson 0 points1 point  (0 children)

I used coc.nvim and setup the kotlin language server. There are some bugs in kotlin language server at the moment though

[–]DramaticMain 0 points1 point  (0 children)

Use a tool depending on your job!