Eugen Martynov
11/30/2020, 10:15 AMinterface 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 CHANGELOGdeviant
12/15/2020, 2:00 PMEugen Martynov
12/30/2020, 7:42 AM