Skip to content

Commit bb41432

Browse files
committed
Remove wildcard import
1 parent d839cd7 commit bb41432

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/main/kotlin/facet/MinecraftFacetDetector.kt

+7-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,13 @@ import com.intellij.openapi.util.Key
5151
import com.intellij.platform.ide.progress.withBackgroundProgress
5252
import com.intellij.platform.util.progress.forEachWithProgress
5353
import com.intellij.util.concurrency.NonUrgentExecutor
54-
import kotlinx.coroutines.*
54+
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
5561
import kotlinx.coroutines.sync.Mutex
5662
import kotlinx.coroutines.sync.withLock
5763
import org.jetbrains.plugins.gradle.util.GradleUtil

0 commit comments

Comments
 (0)