i’ve got a multiplatform module in use by an andro...
# multiplatform
e
i’ve got a multiplatform module in use by an android project and pretty frequently when making changes to the shared module, my build breaks with
Redeclaration: MyType
for every
@Serializable
class in the module. anybody else seeing this?