Skip to content

Commit

Permalink
fix: error when building paper after fabric (software-mansion#2142)
Browse files Browse the repository at this point in the history
## Description

Currently when you build Fabric app and then Paper app Android Studio
has errors about duplicated classes. This should resolve that issue.

**Test:**
Packed with `npm pack` and tested on new expo app. Seems that everything
is fine.
  • Loading branch information
maciekstosio authored and ja1ns committed Oct 9, 2024
1 parent 5dae785 commit 7f74f2a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ android {
} else {
srcDirs += [
"src/paper/java",
"build/generated/source/codegen/java"
]
}
}
Expand Down

0 comments on commit 7f74f2a

Please sign in to comment.