dropbox / kaiken

User scoping library for Android applications.
Apache License 2.0
69 stars 11 forks source link

Create binding modules inplace of contributes binding #134

Closed chris-mitchell closed 2 years ago

chris-mitchell commented 2 years ago

Removes ContributesBinding from classes which are needed in xplat and provides concrete instances via ContributesTo. Fixes tests to align.

Also removes buildToolsVersion as it was throwing warnings and shouldn't be used.