We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d839cd7 commit bb41432Copy full SHA for bb41432
src/main/kotlin/facet/MinecraftFacetDetector.kt
@@ -51,7 +51,13 @@ import com.intellij.openapi.util.Key
51
import com.intellij.platform.ide.progress.withBackgroundProgress
52
import com.intellij.platform.util.progress.forEachWithProgress
53
import com.intellij.util.concurrency.NonUrgentExecutor
54
-import kotlinx.coroutines.*
+import kotlinx.coroutines.CoroutineScope
55
+import kotlinx.coroutines.Dispatchers
56
+import kotlinx.coroutines.Job
57
+import kotlinx.coroutines.asCoroutineDispatcher
58
+import kotlinx.coroutines.cancelAndJoin
59
+import kotlinx.coroutines.job
60
+import kotlinx.coroutines.launch
61
import kotlinx.coroutines.sync.Mutex
62
import kotlinx.coroutines.sync.withLock
63
import org.jetbrains.plugins.gradle.util.GradleUtil
0 commit comments