https://kotlinlang.org logo
Title
n

nitrog42

11/05/2018, 10:44 AM
hm I see that cache redirector looks like a repository introduced by gradle-intellij-plugin, so the issue probably come from it
I found the solution, it required to add a repositories block in the build.gradle that wasn’t required before
m

Mike

11/05/2018, 11:10 AM
I'd recommend not using the gradle- intellij plugin. Instead, rely on intellij to import the build.gradle file instead. IntelliJ supports gradle builds really well and it's one less plugin in your build
n

nitrog42

11/05/2018, 2:01 PM
Actually it’s a project for making an intellij plugin
So I do need the gradle-intellij-plugin ^^
m

Mike

11/05/2018, 2:29 PM
Sorry, my mistake… the naming is too confusing.
n

nitrog42

11/05/2018, 2:41 PM
don’t worry !