-3

could you please help me for this rxkotlin groupby is not working? working in rxjava but not kotlin. highly apreciate your help

1 Answers1

0
doAsync { val groupedTransactions = accountTransactions.transactions ?.groupBy { it.effectiveDate } ....

Try this

Ankit Kumar
  • 3,663
  • 2
  • 26
  • 38