Skip to content

Commit 0bf172b

Browse files
authored
Fix jvm dependency on Android annotations (#2075)
Introduced by #2015
1 parent 3a8a0ea commit 0bf172b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kotlinx-coroutines-core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ compileKotlinMetadata {
5555
}
5656

5757
kotlin.sourceSets {
58-
jvm.dependencies {
58+
jvmMain.dependencies {
5959
compileOnly "com.google.android:annotations:4.1.1.4"
6060
}
6161

0 commit comments

Comments
 (0)