KotlinSyft
KotlinSyft copied to clipboard
Library should expose the dependencies the client will use
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!