You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately the unconventional package is a 3rd party library that in general does not follow java conventions that are not explicitly enforced.
From the exploration, the root cause is the same as in square/kotlinpoet#978 - ClassName.bestGuess does not have enough context to make the correct guess and can only rely on conventions .
The text was updated successfully, but these errors were encountered:
A dagger module like this
generates a factory with the import to the
Package
, assuming thatThing
is a nested class:This factory does not compile:
Unfortunately the unconventional package is a 3rd party library that in general does not follow java conventions that are not explicitly enforced.
From the exploration, the root cause is the same as in square/kotlinpoet#978 -
ClassName.bestGuess
does not have enough context to make the correct guess and can only rely on conventions .The text was updated successfully, but these errors were encountered: