It breaks our compilation now with this example ```interface ListOptionsInterface : Serializable { ...
e
It breaks our compilation now with this example
Copy code
interface ListOptionsInterface : Serializable {
    val caption: Int
}

@Parcelize
data class PreferenceOptionModel<T : ListOptionsInterface>(
        var options: T,
        var isSelected: Boolean = false
) : Parcelable
I can not also find details about this change in CHANGELOG
d
same issue. did you find any workarounds?
e
There is issue on Kotlin side and it is on backlog for kapt team