You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am trying to extend CollectionCellAdapter so that all the logic that i want for this adapter to be encapsulated in a specific class. Doing so i get the folowing error : "Cannot inherit from non-open class 'CollectionCellAdapter<TrainingDayModel, DayCell>' outside of its defining module". Is there a way to extend CollectionCellAdapter?
P.S. : In the last library FlowKit you could do this
Ty, for this great library
The text was updated successfully, but these errors were encountered:
Hi, I am trying to extend CollectionCellAdapter so that all the logic that i want for this adapter to be encapsulated in a specific class. Doing so i get the folowing error : "Cannot inherit from non-open class 'CollectionCellAdapter<TrainingDayModel, DayCell>' outside of its defining module". Is there a way to extend CollectionCellAdapter?
P.S. : In the last library FlowKit you could do this
Ty, for this great library
The text was updated successfully, but these errors were encountered: