Android Studio shows warnings for `Serializable` a...
# serialization
a
Android Studio shows warnings for
Serializable
annotations ("kotlinx.serialization compiler plugin is not applied to the module") and also it doesn't see
MyClass.serializable()
functions, in a wear app module. Even though the plugin is actually applied and the app compiles and runs just fine. This issue doesn't happen in a normal Android app module. I tried syncing the projects multiple times, adding and removing the plugin, as well as reimporting the project. Wondering, is it something known?