Skip to content

Commit

Permalink
Fix jvm dependency on Android annotations (#2075)
Browse files Browse the repository at this point in the history
Introduced by #2015
  • Loading branch information
elizarov committed Jun 2, 2020
1 parent 43884bd commit 6a20842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kotlinx-coroutines-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ compileKotlinMetadata {
}

kotlin.sourceSets {
jvm.dependencies {
jvmMain.dependencies {
compileOnly "com.google.android:annotations:4.1.1.4"
}

Expand Down

0 comments on commit 6a20842

Please sign in to comment.