Skip to content

Improvements and update to Kotlin 1.1 Beta

Choose a tag to compare

@h0tk3y h0tk3y released this 26 Jan 22:44
· 16 commits to master since this release
  • Updated to Kotlin 1.1 Beta (1.1.0-beta-22)
  • Improved the do notation: now the result type argument is inferred, and the control flow is checked
  • The continuation cloning for the do notation has also been improved and now it fits cases when the binding is deferred (next bind is not called within the current one)