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