darkmoon_uk
06/07/2021, 6:16 AMCould not resolve io.ktor:ktor-client-js:1.6.0
error every time at Gradle sync. But...
• The project does build and run ✅
• The artifact name is correct
• I've added <https://repo1.maven.org/maven2/>
repo directly to the using project
• The artifact is there
• All other Ktor artifacts are resolving just fine.
• I've cleared build
and ~/.gradle
folders
I am using js(IR){...}
target, in case this has to do with resolving IR variant(?)
...nearly at a loss.
Is anyone else seeing weird stuck artifact mis-resolution around Ktor?org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.10
Dominaezzz
06/07/2021, 7:58 AMdarkmoon_uk
06/07/2021, 8:03 AMDominaezzz
06/07/2021, 8:04 AMdarkmoon_uk
06/07/2021, 8:05 AM./gradlew assemble
succeeds but Gradle Sync in IDE does not.e5l
06/07/2021, 9:39 AMdsavvinov
06/07/2021, 1:31 PM