ribesg
06/02/2021, 11:16 AMsplitties-coroutines from my Kotlin Native project fixed an error caused by (I think) the difference in kotlinx.coroutines version it was compiled againstlouiscad
06/02/2021, 3:00 PMlouiscad
06/02/2021, 3:01 PMribesg
06/07/2021, 10:17 AMrepeatWhileActive and basically copy-pasted both extensions in my projectribesg
06/07/2021, 10:19 AM1.4.3-native-mt and 1.5.0-native-mtribesg
06/07/2021, 10:20 AMsplitties-coroutines dependency itself was the problem, or if some Gradle magic could have fixed it, but from a Gradle scan I could see that the build was ignoring the 1.4.3-native-mt version in favor of 1.5.0-native-mt so I guessed it was the splitties-coroutines binary itselflouiscad
06/07/2021, 10:22 AM