Does kotlin know how to convert a lambda to an rxj...
# android
j
Does kotlin know how to convert a lambda to an rxjava2 bifunction? Trying to upgrade from rxjava1 with a
zipWith
, and it can't find a matching zipWith based on parameters....