Eva
Eva
This is now partially addressed. Due to a limitation with the KAPT back-end it will miss cases where the property is annotated itself instead of it's getter. ex: `@MyScope abstract...
Yeah sounds like a good idea. I don't have much expertise on iOS but pr's are welcome.
Hm, on first glance seems like this is a hole in the loop detection and should cause an error to be thrown. If you don't think it is could you...
Update: this would be possible by generating the code below: ```kotlin public class InjectMyComponent : MyComponent { public override val myDepFactory: (id: Int) -> MyDep get() = object : Function1...
Yes both `Lazy` and `() -> T` break cycles in more or less the same way to give you a circular reference. I agree that this can be surprising and...
Ah yes, the codegen has less indirection than dagger which causes this as a side-effect. Can look into seeing if there's more cases where you could 'hide' the types provided...
I'm getting the error "Video has no video stream", also using the Recorder app for Google Pixel
The integration test setup is known to be kludge, it's only set up that way because I couldn't find another way to make it work. > Because it's using commonTest...
I was just going to ask to do that, these changes are quite large and it would be easier to review if the integration test changes were pulled out
I think I want to get a release out with the current changes before merging this but happy to do right after