I want to stop using the local .jar library files I'm using in the Java files and want to import them by the online repository with gradle dependency.
I do the import but for some reason, the Java files do not recognize the library and can't compile my code after it.
for example: library "flexjson" was in my local on the jar file. and now changed the Gradle dependency to import it.
but for some reason my java stop recognize the library after I removed the jar lib in my local.