Yury Starzhynski
01/29/2024, 1:28 PM: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?Jiaxiang
01/29/2024, 8:36 PMYury Starzhynski
01/29/2024, 8:37 PMYury Starzhynski
01/31/2024, 9:57 AMYury Starzhynski
02/12/2024, 4:51 PM