Skip to content

Commit aa416a6

Browse files
committed
kotlinx-coroutines-android: set android dependency scope to provided to eliminate warnings when using it in android project
1 parent bf4efa5 commit aa416a6

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)