i am receiving a lot of `Unresolved reference` to ...
# multiplatform
p
i am receiving a lot of
Unresolved reference
to various packages, like coroutines, ktor, serialization. Everything looks divine in build.gradle, dependencies are correct for each platform. Why it happens, and how to completely resolve it?
k
repositories?
a
Maybe
enableFeaturePreview("GRADLE_METADATA")
can help?
s
Are you using Android studio?
Can you build from command line?
p
I am using IntelliJ, building from command line also produces a lot of errors. And yes, GRADLE_METADATA works for me now. Thank you Artyom, thanks everybody 🙂