saket
11/06/2021, 6:06 AMprotected val RealHttp.bind: Http
@Provides
@SomeScope
get() = this
@Provides
@SomeScope
fun http(real: RealHttp): Http = real
evant
11/06/2021, 6:03 PMsaket
11/06/2021, 7:11 PMRealHttp
on every call in the 2nd example. I'll try reproducing it.evant
11/06/2021, 7:52 PMRealHttp
class itself, but that does sound like a bug if they behave differentlysaket
11/06/2021, 8:06 PMI'd actually recommend in this case putting the scope on theagreed, I'll do thisclass itselfRealHttp
evant
11/06/2021, 8:09 PM