KotlinResult

typealias KotlinResult<T> = Result<T>

Alias for Kotlin's Result type.

Consider using a Outcome instead.