Skip to content

Commit fcf9913

Browse files
elizarovqwwdfsad
authored andcommitted
Remove NIO integration module
Fixes Kotlin#601
1 parent f7c5249 commit fcf9913

File tree

11 files changed

+0
-366
lines changed

11 files changed

+0
-366
lines changed

binary-compatibility-validator/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ dependencies {
2020

2121
testArtifacts project(':kotlinx-coroutines-guava')
2222
testArtifacts project(':kotlinx-coroutines-jdk8')
23-
testArtifacts project(':kotlinx-coroutines-nio')
2423
testArtifacts project(':kotlinx-coroutines-quasar')
2524
testArtifacts project(':kotlinx-coroutines-slf4j')
2625

binary-compatibility-validator/reference-public-api/kotlinx-coroutines-nio.txt

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

integration/README.md

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

88
* [kotlinx-coroutines-jdk8](kotlinx-coroutines-jdk8/README.md) -- integration with JDK8 `CompletableFuture` (Android API level 24).
9-
* [kotlinx-coroutines-nio](kotlinx-coroutines-nio/README.md) -- integration with asynchronous IO on JDK7+ (Android O Preview).
109
* [kotlinx-coroutines-guava](kotlinx-coroutines-guava/README.md) -- integration with Guava [ListenableFuture](https://github.com/google/guava/wiki/ListenableFutureExplained).
1110
* [kotlinx-coroutines-quasar](kotlinx-coroutines-quasar/README.md) -- integration with [Quasar](http://docs.paralleluniverse.co/quasar/).
1211
* [kotlinx-coroutines-slf4j](kotlinx-coroutines-slf4j/README.md) -- integration with SLF4J [MDC](https://logback.qos.ch/manual/mdc.html).

integration/kotlinx-coroutines-nio/README.md

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

integration/kotlinx-coroutines-nio/build.gradle

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

integration/kotlinx-coroutines-nio/src/Nio.kt

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

integration/kotlinx-coroutines-nio/test/AsyncIOTest.kt

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

integration/kotlinx-coroutines-nio/test/examples/echo-example.kt

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

integration/kotlinx-coroutines-nio/test/examples/log.kt

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

settings.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ module('core/kotlinx-coroutines-core')
2626

2727
module('integration/kotlinx-coroutines-guava')
2828
module('integration/kotlinx-coroutines-jdk8')
29-
module('integration/kotlinx-coroutines-nio')
3029
module('integration/kotlinx-coroutines-quasar')
3130
module('integration/kotlinx-coroutines-slf4j')
3231

0 commit comments

Comments
 (0)