I’m having trouble with IntelliJ syncing Gradle wh...
# intellij
c
I’m having trouble with IntelliJ syncing Gradle when I have
gradle/verification-metadata.xml
present in the filesystem. Builds work fine from the command line. The errors include
org.jetbrains.kotlin.gradle.plugin.ide.dependencyResolvers.IdeArtifactResolutionQuerySourcesResolver failed on $module
and many other similar classes. My guess is that IntellIJ is injecting some additional plug-ins that aren’t included in the
verification-metadata.xml
. How does one use dependency verification with IntelliJ?