Recent content by mert1337

  1. M

    Trouble with setting up intellij

    I found the error. Gradlew downloaded the dependencies to /root/ folder I don't know why.intellij cant reach to /root. So all I had to do is sudo ./gradlew idea --gradle-user-home ./.gradle so that it downloads dependencies to .gradle file.
  2. M

    Trouble with setting up intellij

    I am getting errors when I try to open the project and I looked at the common issues at wiki and they didn't help me.Please help me.
Top