1.8.0-RC2
dkhalanskyjb
released this
21 Dec 15:38
·
171 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.