gjsalot
Results
2
comments of
gjsalot
I am also having this issue since upgrading to gradle plugin 3.4.0, gradle 5.1.1. ``` e: Supertypes of the following classes cannot be resolved. Please make sure you have the...
Rather you need: ``` implementation ("com.vimeo.stag:stag-library:2.6.0") { exclude group: 'org.jetbrains', module: 'annotations-java5' } ```