You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When calling ./gradlew ktlint I am getting the following error:
* What went wrong:
Could not determine the dependencies of task ':main:ktlint'.
> Could not resolve all dependencies for configuration ':main:ktlint'.
> A conflict was found between the following modules:
- org.eclipse.aether:aether-api:1.1.0
- org.eclipse.aether:aether-api:1.0.0.v20140518
When calling
./gradlew ktlint
I am getting the following error:The only way for me to solve it is to add:
to my
build.gradle
file. After that dependencies look like this:Is there any nicer solution to this problem?
The text was updated successfully, but these errors were encountered: