ursus
03/03/2025, 3:25 PM@SingleInstance(AppScope::class) <--------
@ContributesBinding(AppScope::class) <--------
class DocsRepositoryImpl @Inject constructor(
...
) : DocsRepository
I'd assume most anvil
users have something like this
Is there a way to do away with the AppScope::class
literal duplication?