-
Update tuples-kt to 1.2.0.
-
Add support of
combineTuple
andzipTuple
for higher arity tuples.
- Fix a distribution issue causing the kotlin META-INF/*.kotlin_module to be called build.kotlin_module
-
Make into pure-JVM library to enable compatibility with non-Android projects.
-
Restrict input types to match
@NonNull
of Rx's types (fix warnings).
- ADD:
zipTuple
method that canzip
togetherSingle
s into tuples. (thanks @dptsolutions)
- Initial Release.