Sterling Albury
10/04/2023, 8:11 PMUnresolved reference: serializer
error when I enabled k2. I kind of reproduced the error in a bare bone project here. In my main project I'm seeing the same error but it's coming from another module.
the project is an android project. it has the app module, two android library modules, and has a multiplatform module that's in a subproject. the first library module has dependencies on the second android library module and the shared kmm module. if either of these modules aren't a dependency (move the neede file around), then I don't think I see the error, but with both of them as a dep I do see the error. if I don't enable k2 then I also don't see the error.
trying to figure out if I'm not setting up the project correctly or if this is an issue with the serialization library or a k2 issue.dmitriy.novozhilov
10/05/2023, 5:30 AMSterling Albury
10/05/2023, 5:50 PMdmitriy.novozhilov
10/05/2023, 5:54 PM