Hi guys, currently I'm trying to update 1.3.71 pro...
# touchlab-tools
p
Hi guys, currently I'm trying to update 1.3.71 project to kotlin 1.4, specifically 1.4.21 (same as latest commit in Kampkit is using). I'm getting following error during build: "Could not resolve org.jetbrains.kotlinxkotlinx coroutines core1.4.2-native-mt." I don't understand it though, building and running kampkit code works OK but in my project it fails to resolve the reference, while I am using same repositories / dependencies on a classpath as kampkit. Any ideas ? Thanks
r
Hard to say without seeing your project. Maybe something missing in
repositories {}
somewhere? But I wouldn't expect that to change between 1.3.71 and 1.4
👍 1
p
Thanks for advice. Looks like combination of invalidating cache + machine restart caused issue to disappear.