Closed Sheharyar566 closed 3 years ago
You can add this to your build.gradle
allprojects {
gradle.projectsEvaluated {
tasks.withType(JavaCompile) {
options.compilerArgs << "-Xlint:unchecked" << "-Xlint:deprecation"
}
}
}
I'm getting this warning while trying to run the app.
This issue only occured when I tried running the app after installing this package.