dropbox / kaiken

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

Fix documentation for app and user initializers #156

Closed chris-mitchell closed 2 years ago

chris-mitchell commented 2 years ago

Documentation specified to do two things incorrectly: 1) Use SdkScope when they should use AppScope or UserScope 2) The SingleIn annotation was causing an issue with anvil creating duplicate binds methods in generated code

Fixes these issues and provides working code in the sample app.