could you please help me for this rxkotlin groupby is not working? working in rxjava but not kotlin. highly apreciate your help
doAsync { val groupedTransactions = accountTransactions.transactions ?.groupBy { it.effectiveDate } ....
Try this