Hey! I went trough Anvil sample application where ...
# squarelibraries
a
Hey! I went trough Anvil sample application where
generateFactories
is enabled and tried to replicate the same setup but stumbled on issue:
Copy code
symbol:   class CategoriesModule_GetFragmentFactory
location: package com.test.catalogcategories.dependency/Users/test/Desktop/Test/test-android/app/build/generated/source/kapt/debug/com/test/app/di/DaggerApplicationComponent.java:97: error: cannot find symbol
import com.test.catalogfavoriteproducts.dependency.FavoriteProductsModule_GetFragmentFactory;
1
I verified that
com.test.catalogfavoriteproducts
is exposed as
api
to
:app
module, but it still generates these errors.
Some properties where marked
internal
. 😢