anybody else seen `class file for kotlinx.serializ...
# serialization
e
anybody else seen
class file for kotlinx.serialization.KSerializer not found
kapt errors before?
it’s on a big refactor branch but i’m not changing any of the serialization code afaict
(it’s a big dagger refactor, i wonder if it’s related to dagger not being able to see the serialization library at kapt-time?)
ok yeah so i added the dep to my app module (it was only on the kmp library module) and that fixed this error. then once i resolved the dagger issues, i was able to remove the dependency from the app module again. sounds like more of a dagger issue than a serialization issue