Is there anything I need to do to import the proje...
# ktor
m
Is there anything I need to do to import the project in IntelliJ, Gradle sync outputs this:
Copy code
> Task :ktor-network:commonizeCInterop FAILED
94 actionable tasks: 2 executed, 15 from cache, 77 up-to-date
Exception in thread "main" java.nio.file.NoSuchFileException: /Users/mbonnin/git/ktor/ktor-utils/build/classes/kotlin/commonizer/threadUtils/wkkOp76bEDWjU8bCj_tglUMt5eo=/(watchos_arm32, watchos_arm64, watchos_simulator_arm64, watchos_x64)/io.ktor_ktor-utils-cinterop-threadUtils/default/linkdata/module
Does that ring a bell to anyone?
c
I think I've had that in the past, and a cache nuking fixed it 🤔 Could've been something different though
👍 1