Anyone uses kovenant? I'm trying it on android right now and I've never used promises so I'm having some issues, and I can't find some reference or documentation... I can do task { "1" } and task { "2" } and it will return a promise of Tuple2, but how can I run task one and then task two?
task { "1" } then { task { "2" } } seems ugly to me, moreover I can't return the second task to concat other things