© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
kigya
Android & Kotlin Multiplatform Engineer
Kotlin Result looks very useful. We have an operation that can fail: val user = api.loadUser() We wrap it with runCatching: val result = runCatching { api.loadUser() } And that is it. No big try
No responses yet.