OpenMined / KotlinSyft

The official Syft worker for secure on-device machine learning
https://www.openmined.org
Apache License 2.0
85 stars 28 forks source link

Library should expose the dependencies the client will use #277

Open mccorby opened 4 years ago

mccorby commented 4 years ago

Description

As described in this PR #276 , the library is not exposing the dependencies the client should use forcing the users to add them on their apps.

How to Reproduce

The app won't compile when using the library from the repository and not as a module as we have in the demo app.

Expected Behavior

The app should compile!