Skip to content

1.8.0-RC2

Compare
Choose a tag to compare
@dkhalanskyjb dkhalanskyjb released this 21 Dec 15:38
· 45 commits to master since this release
  • Fixed a bug introduced in 1.8.0-RC where Mutex.onLock would not unlock if a non-local return was performed (#3985).
  • Fixed a bug introduced in 1.8.0-RC where depending on kotlinx-coroutines in Native code failed with a compilation error Could not find "org.jetbrains.kotlinx:atomicfu-cinterop-interop" (#3968).
  • Small documentation fixes.