Ralf Wondratschek
Ralf Wondratschek
I'd be happy to merge a PR. You could use https://github.com/square/anvil/blob/main/compiler/src/test/java/com/squareup/anvil/compiler/internal/reference/TypeReferenceTest.kt to write a test for this.
I'm sorry for the long delay. Is this still an issue? If yes, can you please share a build scan. JVM version + OS could make a difference.
I can reproduce the issue and it's super weird. Compilation in the library module is successful, stub generation in the app module is successful, but the Kotlin compile task in...
https://youtrack.jetbrains.com/issue/KT-55940
Maybe related to #647
I don't think that I'll find the time in the near future, sorry.
I haven't tried OpenCV 3, yet, and I don't need it in my projects anymore. I can't promise you anything.
You cannot decode hashes.
The list contains `com.squareup.hephaestus`, which was renamed to `com.squareup.anvil`.
What exactly do you mean, can you give me an example? I struggle to follow. For example, I'd consider this an error: ```kotlin @ParentScope @Component abstract class ParentComponent @ParentComponent @ChildComponent...