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 authored Jun 2, 2020
1 parent 3a8a0ea commit 0bf172b
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 0bf172b

Please sign in to comment.