Bug: When I add ktor plugins via maven dependences...
# ktor
k
Bug: When I add ktor plugins via maven dependences in idea it uses very gradlish dependency scope:
Copy code
<dependency>
  <groupId>io.ktor</groupId>
  <artifactId>ktor-server-core</artifactId>
  <scope>implementation</scope>
</dependency>
also, it is expected to add
-jvm
dependency
also, duplicate dependencies should not be added
a
Can you please file an issue about the incorrect dependency scope and the absent
jvm
suffix?
k
Yes, later today. Would you mind to send me a link to the appropriate project?
a
The link contains the Ktor project.
k
Is it ktor or ktor idea plugin?
a
You can put it into the Ktor project, and I will move it to the appropriate one.
👌 1