untested and i'm not familiar with Kovenant either...
# announcements
k
untested and i'm not familiar with Kovenant either, but this should probably work
fun <T> Deferred<Unit,T>.resolve() = resolve(Unit)
h
Sorry, it turns out this wasn't actually working, but throwing
java.lang.IllegalStateException: Value[kotlin.Unit] is set, can't override with new value[kotlin.Unit]
k
but calling
resolve(Unit)
on the deferred object works?
h
ah, that also doesn't work, my mistake
Do you know what I am supposed to pass to the function then?
k
as i said, i'm not familiar with kovenant
apparently there is a #kovenant channel though
h
yeah, I tried asking