Simply add the javax annotation dependency into your build.gradle
.
dependencies {
//...
implementation 'javax.annotation:javax.annotation-api:1.3.2'
//...
}
like so.
Simply add the javax annotation dependency into your build.gradle
.
dependencies {
//...
implementation 'javax.annotation:javax.annotation-api:1.3.2'
//...
}
like so.