mirror of
https://github.com/fankes/moshi.git
synced 2025-10-18 23:49:21 +08:00
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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user