I am using the newest release of IJ, the newest Kotlin plugin and Kotlin 1.4.32. I have a trivial inlined class that is annotated with @Serializable. The code builds and runs fine, but IJ gives me this warning: "Inline classes are not supported by kotlinx.serialization yet"
I would greatly appreciate someone telling me how to get rid of the bogus warning in IJ. I did not have this issue prior to upgrading IJ.