Skip to content

Commit 6231188

Browse files
authored
Merge pull request #40 from cypressious/android-dependency-provided
kotlinx-coroutines-android: set android dependency scope to provided …
2 parents bf4efa5 + aa416a6 commit 6231188

File tree

1 file changed

+1
-0
lines changed
  • ui/kotlinx-coroutines-android

1 file changed

+1
-0
lines changed

ui/kotlinx-coroutines-android/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
<groupId>com.google.android</groupId>
5353
<artifactId>android</artifactId>
5454
<version>2.3.1</version>
55+
<scope>provided</scope>
5556
</dependency>
5657
</dependencies>
5758

0 commit comments

Comments
 (0)