bod
03/21/2020, 9:08 AMw: skipping /Users/bod/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlinx/kotlinx-io-iosx64/0.1.16/dafe6011ea63ea7200a43bcff435a46204a1b1b8/kotlinx-io.klib. The abi versions don't match. Expected '[22]', found '17'
e: Could not find "/Users/bod/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlinx/kotlinx-io-iosx64/0.1.16/dafe6011ea63ea7200a43bcff435a46204a1b1b8/kotlinx-io.klib" in [/Users/bod/gitrepo/klibqonto, /Users/bod/.konan/klib, /Users/bod/.konan/kotlin-native-macos-1.3.70/klib/common, /Users/bod/.konan/kotlin-native-macos-1.3.70/klib/platform/ios_x64].
Daemon vm is shutting down... The daemon has exited normally or was terminated in response to a user interrupt.
It looks like it's a kotlinx-io
issue, but what exactly, and what can I do (if anything)? Thanks a lot!Luoqiaoyou
03/21/2020, 10:18 AMbod
03/21/2020, 10:19 AMDominaezzz
03/21/2020, 11:33 AMSebastien Leclerc Lavallee
03/21/2020, 1:40 PMbod
03/21/2020, 2:48 PMDominaezzz
03/21/2020, 2:49 PMSebastien Leclerc Lavallee
03/21/2020, 2:50 PMDominaezzz
03/21/2020, 2:50 PMbod
03/21/2020, 3:40 PMCloseable
, and for the wrong reasons anyway (I thought that use(Closeable){}
which is in the stdlib worked, but actually, no, it's a different Closeable
(it's the Java one!)) 🤦♀️mbonnin
03/27/2020, 7:44 PMDominaezzz
03/27/2020, 10:16 PMktor-io
is were it has been moved to. Use that for now.