hey guys, can help me with RxJava + kotlin issue..
I have a list of Observables, and I want to compose them together, so that when each observable emits all it’s items(a finite amount), the composed observable emits onComplete, telling the system it’s done
but I can’t seem to infer the type of the .zip() to be Array<TripModel>(in my case)