We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@Test fun reproduce() { givenKotlinSource("test.TestCase", """ import com.yandex.yatagan.* import javax.inject.* class TestClass @Inject constructor() interface Deps1 { val testClass: TestClass } interface Deps2 { val testClass: TestClass } @Component interface RootComponent: Deps1, Deps2 """.trimIndent()) compileRunAndValidate() }
The text was updated successfully, but these errors were encountered:
google/ksp#2420
Sorry, something went wrong.
de897c7
Merge pull request #190 from Jeffset/fix-189
9c1ea3f
[ksp2] Fixes #189
385c131
Successfully merging a pull request may close this issue.
Uh oh!
There was an error while loading. Please reload this page.
The text was updated successfully, but these errors were encountered: