Hello, World! Any official word on if `Result` wi...
# stdlib
b
Hello, World! Any official word on if
Result
will be allowed to be returned soon? It's a nice API that we'd like to use, but (unless I'm missing something) currently useless because of this limitation. Just wondering if it's expected to be the case for the foreseeable future.
i
In Kotlin 1.5 it's allowed to use Result in return types
b
wow! Great news! Thanks a lot 👍
Hello, World! Hey a followup on this, now that 1.5 has been released. I'm still getting the error in IJ. Is that a known issue?
nevermind! The level was still 1.4 in the module settings. Changed it to 1.5 and the error disappeared. (not sure why it didn't update automatically following my gradle conf) All good! 👍
👍 1