You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.
We are trying to add the facebook library Flipper in our project (https://github.com/facebook/flipper)
And I noticed that Conceal uses the same classes/jni as Flipper but instead of adding them as a transitive dependency, they are added as
sourceSets
.conceal/build.gradle
This is what happens when we are using Conceal together with Flipper:
myProject/build.gradle
Compilation Error
Transitive dependencies from Flipper
I tried to
exclude
the transitive dependencies from Flipper but it seems that the Conceal don't have all the.so
files needed.The text was updated successfully, but these errors were encountered: