using kotlin-inject in an app with iOS targets for the first time but seeing an odd behavior that
seeeems to be the kotlin compilation missing some generated sources. The generated code all looks correct, and some of it is being compiled, but seemingly some of it (namely the anvil-generated contributions) are deemed to be missing and fail to compile even though they’re present in the same generated source set 🤔. Curious if anyone else has seen issues like this
https://github.com/ZacSweers/FieldSpottr/pull/66