Skip to content

Commit

Permalink
Fix missing annotation in Java 9+
Browse files Browse the repository at this point in the history
  • Loading branch information
reisub committed Mar 11, 2021
1 parent 3b28586 commit bebcbe6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions retrofit-converter-thrifty/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ dependencies {
api("com.microsoft.thrifty:thrifty-runtime-ktx:${Versions.thrifty_version}")
api("com.squareup.retrofit2:retrofit:${Versions.retrofit_version}")
implementation("com.squareup.okio:okio:${Versions.okio_version}")
implementation("javax.annotation:javax.annotation-api:1.3.2")
testImplementation("com.squareup.okhttp3:mockwebserver:${Versions.okhttp_version}")
testImplementation("org.assertj:assertj-core:3.16.1")
testImplementation("junit:junit:4.13")
Expand Down

0 comments on commit bebcbe6

Please sign in to comment.