I have a project which is a library using serializ...
# serialization
m
I have a project which is a library using serialization plugin as a standalone project works ok, now I have a multiproject setup by Includebuilds in Android studio with compose (works ok), and another in intellij also with includebuilds in witch I got the message "kotlinx.serialization compiler plugin is not applied to the module" I've read that some people has got similar problems, but for now I see no solution. (using Kotlin 1.5.21 serialization plugin 1.5.21, serialization 1.2.2) Thanks