Skip to content

Commit 9c8349d

Browse files
elizarovqwwdfsad
authored andcommitted
Remove Quasar integration module
Fixes Kotlin#603
1 parent fcf9913 commit 9c8349d

File tree

11 files changed

+1
-228
lines changed

11 files changed

+1
-228
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-quasar')
2423
testArtifacts project(':kotlinx-coroutines-slf4j')
2524

2625
testArtifacts project(':kotlinx-coroutines-android')

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

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

integration/README.md

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

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

1312
## Contributing

integration/kotlinx-coroutines-quasar/README.md

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

integration/kotlinx-coroutines-quasar/build.gradle

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

integration/kotlinx-coroutines-quasar/resources/META-INF/services/co.paralleluniverse.fibers.instrument.SuspendableClassifier

Lines changed: 0 additions & 1 deletion
This file was deleted.

integration/kotlinx-coroutines-quasar/src/KotlinSuspendableClassifier.kt

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

integration/kotlinx-coroutines-quasar/src/Quasar.kt

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

integration/kotlinx-coroutines-quasar/test/QuasarTest.kt

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

settings.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ module('core/kotlinx-coroutines-core')
2626

2727
module('integration/kotlinx-coroutines-guava')
2828
module('integration/kotlinx-coroutines-jdk8')
29-
module('integration/kotlinx-coroutines-quasar')
30-
module('integration/kotlinx-coroutines-slf4j')
29+
\module('integration/kotlinx-coroutines-slf4j')
3130

3231
module('reactive/kotlinx-coroutines-reactive')
3332
module('reactive/kotlinx-coroutines-reactor')

site/docs/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ Library support for Kotlin coroutines. This reference is a companion to
2121
| [kotlinx-coroutines-swing](kotlinx-coroutines-swing) | `Swing` context for Swing UI applications |
2222
| [kotlinx-coroutines-jdk8](kotlinx-coroutines-jdk8) | Integration with JDK8 `CompletableFuture` (Android API level 24) |
2323
| [kotlinx-coroutines-guava](kotlinx-coroutines-guava) | Integration with Guava [ListenableFuture](https://github.com/google/guava/wiki/ListenableFutureExplained) |
24-
| [kotlinx-coroutines-quasar](kotlinx-coroutines-quasar) | Integration with [Quasar](http://docs.paralleluniverse.co/quasar/) |
2524
| [kotlinx-coroutines-slf4j](kotlinx-coroutines-slf4j) | Integration with SLF4J [MDC](https://logback.qos.ch/manual/mdc.html) |
2625

2726
## Examples

0 commit comments

Comments
 (0)