skip to Main Content

I want to open ktor project in android studio so is there any plugin available in android studio to open ktor project.

Thank you.

2

Answers


  1. 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.

    Login or Signup to reply.
  2. You should try IntelliJ IDEA and the ktor plug-in, which you can get from the ktor website.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search