Error : Entry META-INF/LICENSE.txt is a duplicate but no duplicate handling strategy has been set.
Hello There! When you wanted to build a jar file from your code, you accidentally facing an error such like below : That is I because you haven’t set any duplicates Strategy in your build.gradle file. You need to add a 1 line code like below. So, the before code is : this is after […]