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
deviant
12/15/2020, 2:00 PM
same issue. did you find any workarounds?
e
Eugen Martynov
12/30/2020, 7:42 AM
There is issue on Kotlin side and it is on backlog for kapt team