`kotlin.Result` and our Result has name clashes, u...
# result
k
kotlin.Result
and our Result has name clashes, unfortunately. The fact that the error that you pasted is pointing to
kotlin.Result
kinda give a tell. Is it possible that you didn’t use our Result? Could you check first whether you are using the “correct” Result class?
a
Your Result class?
k
kotlin.Result
and
com.github.kittinunf.result.Result
are different classes with the same name