Remove kotlin metadata dependencies (#1851)

* Update dependency org.jetbrains.kotlinx:kotlinx-metadata-jvm to v0.9.0

* Remove deps

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Zac Sweers <pandanomic@gmail.com>
This commit is contained in:
renovate[bot]
2024-06-03 17:48:09 -04:00
committed by GitHub
parent c24acaf03c
commit ce7abc3e5c
2 changed files with 0 additions and 3 deletions

View File

@@ -53,7 +53,6 @@ dependencies {
// Copy these again as they're not automatically included since they're shaded
testImplementation(project(":moshi"))
testImplementation(kotlin("reflect"))
testImplementation(libs.kotlinpoet.metadata)
testImplementation(libs.kotlinpoet.ksp)
testImplementation(libs.junit)
testImplementation(libs.truth)