Skip to content

Commit

Permalink
Update kotlin-metadata-jvm to 4.0 which support reading metadata from…
Browse files Browse the repository at this point in the history
… upcoming Kotlin 1.7 release.

Fixes: #3383
RELNOTES=Update kotlin-metadata-jvm to 4.0 which support reading metadata from Kotlin 1.7.
PiperOrigin-RevId: 447499410
  • Loading branch information
danysantiago authored and Dagger Team committed May 9, 2022
1 parent b60b8e5 commit c3f1944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ maven_install(
"org.hamcrest:hamcrest-core:1.3",
"org.jetbrains.kotlin:kotlin-stdlib:%s" % KOTLIN_VERSION,
"org.jetbrains.kotlin:kotlin-stdlib-jdk8:%s" % KOTLIN_VERSION,
"org.jetbrains.kotlinx:kotlinx-metadata-jvm:0.3.0",
"org.jetbrains.kotlinx:kotlinx-metadata-jvm:0.4.2",
"org.mockito:mockito-core:2.28.2",
"org.objenesis:objenesis:1.0",
"org.robolectric:robolectric:4.4",
Expand Down

0 comments on commit c3f1944

Please sign in to comment.