I am using the newest release of IJ, the newest Ko...
# serialization
p
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.
j
Have you enabled the new IR?
p
The newest Kotlin plugin fixed the problem.
Thanks for the suggestion Javier.