Wrong warning when using parcelize combined with delegation

I have a data class that implements an Interface and delegates its implementation to a delegate. When I let this interface extend Parcelable and add @Parcelize annotation to my class I get a warning in the IDE, which I believe is wrong. See below:

09

Shouldn’t it say “Delegating ‘Parceleable’ is not allowed”?

Here’s my interface:

33

Hi, @bohsen,

I get the same problem and it is not warning but error now. Did you manage to solve it?

Thanks