Skip to content

Commit dd3b65a

Browse files
committed
Use @JvmName from internal package instead of stdlib-common
1 parent 78c342b commit dd3b65a

File tree

1 file changed

+1
-1
lines changed
  • common/kotlinx-coroutines-core-common/src/main/kotlin/kotlinx/coroutines/experimental/channels

1 file changed

+1
-1
lines changed

common/kotlinx-coroutines-core-common/src/main/kotlin/kotlinx/coroutines/experimental/channels/Channels.common.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
package kotlinx.coroutines.experimental.channels
2020

2121
import kotlinx.coroutines.experimental.*
22+
import kotlinx.coroutines.experimental.internalAnnotations.*
2223
import kotlin.coroutines.experimental.*
23-
import kotlin.jvm.*
2424

2525
internal const val DEFAULT_CLOSE_MESSAGE = "Channel was closed"
2626

0 commit comments

Comments
 (0)