I have a project that was imported to IntelliJ, after cloned from git to my computer. All works fine to build, run and etc., but I'm trying to add Crashlytics in my project using Fabric plugin to IntelliJ. The plugin works fine, but the library wasn't imported, resulting in this problem:
My problem is: I need to import crashlytics + fabric library, but when I tried to add maven library dependency, I received the message that nothing found, when I thought in add dependency in build.gradle, my project don't have build.gradle, when I tried to create build.gradle, my problem wasn't solved and nothing happened...
Can you help me?