TBD54566975 / web5-kt

Apache License 2.0
7 stars 9 forks source link

API Leak: decentralized-identity:did-common-java #231

Closed ALRubinger closed 4 months ago

ALRubinger commented 5 months ago

Submodule dids in web5-kt is exporting an api dependency:

This means consumers are expected to use this dep directly. Encapsulate necessary operations in the web5-kt API such that we're not exposing the decentralized-identity APIs and asking users to rely on those. Our use internally should be an impl detail. Then move this to an implementation dependency.

frankhinek commented 5 months ago

Will resolved by #185