Skip to content

Commit 1c0d990

Browse files
committed
chore(commands): Drop an unnecessary @OptIn
Signed-off-by: Frank Viernau <[email protected]>
1 parent 6d3031f commit 1c0d990

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

plugins/commands/downloader/src/main/kotlin/DownloadCommand.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ import java.io.File
5656
import kotlin.time.measureTime
5757

5858
import kotlinx.coroutines.Dispatchers
59-
import kotlinx.coroutines.ExperimentalCoroutinesApi
6059
import kotlinx.coroutines.async
6160
import kotlinx.coroutines.awaitAll
6261
import kotlinx.coroutines.launch
@@ -379,7 +378,6 @@ class DownloadCommand(descriptor: PluginDescriptor = DownloadCommandFactory.desc
379378

380379
launch { progress.execute() }
381380

382-
@OptIn(ExperimentalCoroutinesApi::class)
383381
withContext(Dispatchers.IO.limitedParallelism(parallelDownloads)) {
384382
packageDownloadDirs.entries.mapIndexed { index, (pkg, dir) ->
385383
async {

0 commit comments

Comments
 (0)