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
Konstantin Petrukhnov
10/01/2019, 9:28 AM
repositories?
a
Artyom Degtyarev [JB]
10/01/2019, 11:03 AM
Maybe
enableFeaturePreview("GRADLE_METADATA")
can help?
s
Sebastian Sellmair [JB]
10/01/2019, 11:48 AM
Are you using Android studio?
Sebastian Sellmair [JB]
10/01/2019, 11:48 AM
Can you build from command line?
p
prgrm-me
10/01/2019, 12:14 PM
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 🙂