While compiling project i had this error : error: The @Arg annotated field 'transactions' in class TableFragment has private visibility. Hence a corresponding non-private setter method must be provided called 'setTransactions(java.util.ArrayList)'. Unfortunately this is not the case. Please add a setter method for this field!
While compiling project i had this error : error: The @Arg annotated field 'transactions' in class TableFragment has private visibility. Hence a corresponding non-private setter method must be provided called 'setTransactions(java.util.ArrayList)'. Unfortunately this is not the case. Please add a setter method for this field!