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.
Documentation specified to do two things incorrectly: 1) Use
SdkScope
when they should useAppScope
orUserScope
2) TheSingleIn
annotation was causing an issue with anvil creating duplicate binds methods in generated codeFixes these issues and provides working code in the sample app.