kotlin-result v1.1.4 Release Notes

Release Date: 2019-12-20 // over 4 years ago
    • 👌 Support destructuring declarations (1bf2125)
      • val (value: String?, error: Throwable?) = runCatching(yourFunction)
    • ⚡️ Update dependencies (782fac0)
    • Replace travis with github actions (b3dbc36)