Skip to content

Commit e051c33

Browse files
committed
kotlinx-coroutines-io module removed, it has moved to kotlinx.io
See https://github.com/kotlin/kotlinx-io/
1 parent 79aef6b commit e051c33

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+1
-9515
lines changed

benchmarks/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ dependencies {
1515
jmh project(':kotlinx-coroutines-core-common')
1616
jmh project(':kotlinx-coroutines-core')
1717
jmh project(':kotlinx-coroutines-core').sourceSets.test.output
18-
jmh project(':kotlinx-coroutines-io')
1918
}
2019

2120
jmh.jmhVersion = '1.19'

binary-compatibility-validator/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@ dependencies {
1111
compile 'com.google.code.gson:gson:2.6.2'
1212

1313
testCompile "org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version"
14+
1415
testArtifacts project(':kotlinx-coroutines-core')
15-
testArtifacts project(':kotlinx-coroutines-io')
16-
1716

1817
testArtifacts project(':kotlinx-coroutines-reactive')
1918
testArtifacts project(':kotlinx-coroutines-reactor')

core/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@ Module name below corresponds to the artifact name in Maven/Gradle.
66
## Modules
77

88
* [kotlinx-coroutines-core](kotlinx-coroutines-core/README.md) -- core coroutine builders and synchronization primitives.
9-
* [kotlinx-coroutines-io](kotlinx-coroutines-io/README.md) -- byte I/O channels (_unstable_, work in progress).
109

core/kotlinx-coroutines-io/README.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

core/kotlinx-coroutines-io/build.gradle

Lines changed: 0 additions & 12 deletions
This file was deleted.

core/kotlinx-coroutines-io/src/ByteBuffer.kt

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)