Does idea plugin work?

Answered

I use gradle init to create a new kotlin project. What is new is that it puts the project in an "app" directory. Gradle run works fine in parent directory, and app directory.

Then I use "idea" pluging to cretae an intellij project. While it creates an .iml file in the app directory, I can't seem to run it with gradle run in intellij.

Any thoughts on this?

0
1 comment

Why do you need to use idea Gradle plugin to generate IDE project configuration files? IDE does it automatically when you open project as Gradle in IDE or add it as a Gradle module into an existing project. This is the recommended approach. idea Gradle plugin may in some cases produce not consistent configuration (it is not developed by JetBrains).

0

Please sign in to leave a comment.