Per https://github.com/mikepound/enigma/blob/main/EnigmaLib.iml#L15, you need the libs on your mavenLocal to compile the project. Delete (or, less destructive, rename) your ~/.m2 folder and the project won't compile anymore.
I recommend using Gradle or even Maven to provide dependencies.
Per https://github.com/mikepound/enigma/blob/main/EnigmaLib.iml#L15, you need the libs on your mavenLocal to compile the project. Delete (or, less destructive, rename) your
~/.m2folder and the project won't compile anymore.I recommend using Gradle or even Maven to provide dependencies.