class file for kotlinx.serialization.KSerializer not found
kapt errors before?
edenman
06/23/2020, 10:35 PM
it’s on a big refactor branch but i’m not changing any of the serialization code afaict
edenman
06/23/2020, 10:36 PM
(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?)
edenman
06/23/2020, 10:56 PM
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