Skip to content

Commit b43a879

Browse files
committed
Drop kotlinx-coroutines-async-common
1 parent b483312 commit b43a879

File tree

6 files changed

+1
-102
lines changed

6 files changed

+1
-102
lines changed

kotlinx-coroutines-async-common/pom.xml

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

kotlinx-coroutines-async-common/src/main/kotlin/runWithCurrentContinuation.kt

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

kotlinx-coroutines-async-common/src/main/test/kotlin/RunWithCCTest.kt

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

kotlinx-coroutines-async/pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,6 @@
3030
<version>1.3.2</version>
3131
<scope>test</scope>
3232
</dependency>
33-
34-
<dependency>
35-
<groupId>org.jetbrains.kotlinx</groupId>
36-
<artifactId>kotlinx-coroutines-async-common</artifactId>
37-
<version>${version}</version>
38-
<scope>compile</scope>
39-
</dependency>
4033
</dependencies>
4134

4235
</project>

kotlinx-coroutines-rx/pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,6 @@
2929
<artifactId>rxjava</artifactId>
3030
<version>1.1.5</version>
3131
</dependency>
32-
33-
<dependency>
34-
<groupId>org.jetbrains.kotlinx</groupId>
35-
<artifactId>kotlinx-coroutines-async-common</artifactId>
36-
<version>${version}</version>
37-
<scope>compile</scope>
38-
</dependency>
3932
</dependencies>
4033

4134
</project>

pom.xml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@
8484

8585
<modules>
8686
<module>kotlinx-coroutines-async</module>
87-
<module>kotlinx-coroutines-async-common</module>
8887
<module>kotlinx-coroutines-async-example-ui</module>
8988
<module>kotlinx-coroutines-generate</module>
9089
<module>kotlinx-coroutines-rx</module>
@@ -137,16 +136,8 @@
137136
<plugin>
138137
<artifactId>maven-source-plugin</artifactId>
139138
<configuration>
139+
<skipSource>true</skipSource>
140140
</configuration>
141-
<executions>
142-
<execution>
143-
<phase>package</phase>
144-
<id>attach-sources</id>
145-
<goals>
146-
<goal>jar-no-fork</goal>
147-
</goals>
148-
</execution>
149-
</executions>
150141
</plugin>
151142

152143
<plugin>

0 commit comments

Comments
 (0)