Skip to content

Commit e895962

Browse files
committed
refactor: unnecessary pattern filter
1 parent 305b41a commit e895962

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

packages/react-native/ReactAndroid/build.gradle.kts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -675,11 +675,6 @@ android {
675675
}
676676
}
677677

678-
tasks.withType<JavaCompile>().configureEach {
679-
exclude("com/facebook/react/processing/**")
680-
exclude("com/facebook/react/module/processing/**")
681-
}
682-
683678
tasks.withType<KotlinCompile>().configureEach {
684679
exclude("com/facebook/annotationprocessors/**")
685680
exclude("com/facebook/react/processing/**")

0 commit comments

Comments
 (0)