Shan
11/18/2020, 7:29 PMserializer()
function is not being recognized, nor the @Serializable
annotation, but the dependencies are being built correctly and everything works as intended. The @Serializable
annotation has a warning that the Kotlinx.Serialization compiler plugin is not applied to the module (which is not true), and the Foo.serializer()
function is showing up as not being found (I'm assuming as a result of Intellij thinking that the kotlinx.serialization compile plugin not being applied). Anyone know how to fix this? I've updated my Intellij to the latest version, as well as Kotlinx.Serialization library to no avail.andylamax
11/18/2020, 8:09 PMkenkyee
11/19/2020, 12:32 AM