How do I create a `kotlin.Result` programatically?
# announcements
v
How do I create a
kotlin.Result
programatically?
I wanna create it and set the result latter
g
Result.failure()
and
Result.success()
?
l
I think what they mean is
Result.create()
and then `Result.set(successXX)`but I don't believe none of these are supported
v
I know it this is provided by latest Apollo Android client version, but it simply bumping the version crashed our legacy project