I want to open ktor project in android studio so is there any plugin available in android studio to open ktor project.
Thank you.
CodePudding user response:
There are not any plugins available that I know of. You can probably open the code files in android studio, but I would not recommend it, IntelliJ IDEA comes with various additional tools to help debug and run your ktor project.
CodePudding user response:
You should try IntelliJ IDEA and the ktor plug-in, which you can get from the ktor website.