We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 305b41a commit e895962Copy full SHA for e895962
1 file changed
packages/react-native/ReactAndroid/build.gradle.kts
@@ -675,11 +675,6 @@ android {
675
}
676
677
678
-tasks.withType<JavaCompile>().configureEach {
679
- exclude("com/facebook/react/processing/**")
680
- exclude("com/facebook/react/module/processing/**")
681
-}
682
-
683
tasks.withType<KotlinCompile>().configureEach {
684
exclude("com/facebook/annotationprocessors/**")
685
exclude("com/facebook/react/processing/**")
0 commit comments