It would seem that `@Single` classes are ignored b...
# koin
m
It would seem that
@Single
classes are ignored by the code generation if they reference
BuildConfig
, with no error or warning visible in the build output (other than the inevitable missing dependency when running the app).
a
You mean if a class tagged
@Single
is using a property from BuildConfig?
m
That's right