Hello, I'm using Kovenant and was wondering if the...
# getting-started
q
Hello, I'm using Kovenant and was wondering if there was an idiomatic way to express the following without nesting a lambda inside a lambda?
Copy code
.then {
        rc.response { res ->
            res.something("works, but ugly: $it")
        }
    }