I'm getting `[ksp] Unresolved reference: ExternalL...
# kotlin-inject
s
I'm getting
[ksp] Unresolved reference: ExternalLibraryDep
when adding a class I don't own to one of my @Inject constructors. Any idea what could be wrong before I start dumping gradle.kts snippets? EDIT: Solved 👇
Solved: had to put the dependency for
ExternalLibraryDep
in my AndroidApp module, since that's where the actual component is