```@SingleInstance(AppScope::class) <-------- @...
# squarelibraries
u
Copy code
@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?