I'm getting an error during build time for my modu...
# android
c
I'm getting an error during build time for my module, but can't seem to narrow down where it's coming from. Error here:
Copy code
e: error: compiler message file broken: key=compiler.err.Processor: org.jetbrains.kotlin.kapt3.base.ProcessorWrapper@520c86d4
I found this issue (https://github.com/google/dagger/issues/1263) where someone recommended having
room-runtime
as
api
instead of
implementation
but it doesn't seem to fix my issue either. Can anyone recommend a way to debug this/find out more info about what's the source of the issue?