Hello, team May be someone can suggest me the solu...
# ksp
y
Hello, team May be someone can suggest me the solution or even point in the right direction We have a business case where
:module
's contains generated analytics product specified for whole module and related sources. We are collecting those implementations with help of
ksp
and
SymbolProcessor: resolver.getDeclarationsFromPackage(GENERATED_CLASSES_PACKAGE)
, by the way when we have transient module dependencies, like
App
->
module1
->
module2
App resolver doesn't have module2 dependency (only module1). Is this the expected behavior? Or may be i can somehow tweak it?
j
Replied in your github issue.
y
Thanks
replied in github issue
@Jiaxiang sry, can you check again? Thanks in advance
👀 1