configurations.all() { resolutionStrategy.force “org.antlr:antlr4-runtime:4.5.3” resolutionStrategy.force “org.antlr:antlr4-tool:4.5.3” }
1 min readMay 1, 2020
Solution:
android {
configurations.all() {
resolutionStrategy.force "org.antlr:antlr4-runtime:4.5.3"
resolutionStrategy.force "org.antlr:antlr4-tool:4.5.3"
}
}
Add the above snippet in your app level gradle and then sync the project.