Is my IDE the only one that keeps re-downloading (...
# intellij
m
Is my IDE the only one that keeps re-downloading (and hanging at) the same artifact on every Gradle sync? I don’t even use it in my project.
Download kotlin-stdlib-common-1.4.30-270.pom... 
EDIT: oh
Could not find org.jetbrains.kotlinkotlin stdlib common1.4.30-270.
Required by:
project :core-admin > io.ktorktor client core1.5.1
project :core-admin > io.ktorktor client core1.5.1 > io.ktorktor http1.5.1
project :core-admin > io.ktorktor client core1.5.1 > io.ktorktor http cio1.5.1
project :core-admin > io.ktorktor client core1.5.1 > io.ktorktor http1.5.1 > io.ktorktor utils1.5.1
project :core-admin > io.ktorktor client core1.5.1 > io.ktorktor http1.5.1 > io.ktorktor utils1.5.1 > io.ktorktor io1.5.1
My Gradle sync is completely broken by now 😞 Edit: Mystery solved: https://youtrack.jetbrains.com/issue/KTOR-2055 (it’s actually not Ktor’s fault)