I am new to JetGradle Gradle's integration IntelliJ IDEA 11.1.2, and currently I am facing a conflict with compile-time dependency.
Currently, I do not know how to resolve this conflict, because IDEA does not provide me with more information than this small screenshot. Have you encountered a similar problem and were able to fix it? Any hints are welcome.

Update: I found out that IntelliJ IDEA somehow cannot connect joda-time-2.1.jarto joda-time-2.1 library
.
If I manually add the JAR, the conflict will be successfully resolved. Is there a way IntelliJ can tell me why it doesn't add a JAR?
source
share