duplicate class org intellij lang annotations

Solutions on MaxInterview for duplicate class org intellij lang annotations by the best coders in the world

showing results for - "duplicate class org intellij lang annotations "
Alessio
09 Apr 2016
1configurations {
2            cleanedAnnotations
3             compile.exclude group: 'org.jetbrains' , module:'annotations'
4         }