Skip to content

Commit

Permalink
Update project path to moshi-ksp (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
ting-yuan authored Sep 3, 2021
1 parent a287ca3 commit 92bb7ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion moshi-adapters/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ tasks.named<KotlinCompile>("compileTestKotlin") {

dependencies {
implementation(libs.moshi)
kspTest(project(":moshi-ksp"))
kspTest(project(":moshi-ksp:moshi-ksp"))
testImplementation(libs.moshi.kotlin)
testImplementation(libs.okhttp)
testImplementation(libs.okhttp.mockwebserver)
Expand Down
2 changes: 1 addition & 1 deletion moshi-metadata-reflect/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ tasks.named<KotlinCompile>("compileTestKotlin") {
dependencies {
implementation(libs.kotlin.metadata)
implementation(libs.moshi)
kspTest(project(":moshi-ksp"))
kspTest(project(":moshi-ksp:moshi-ksp"))
testImplementation("org.assertj:assertj-core:3.20.2")
testImplementation(libs.junit)
testImplementation(libs.truth)
Expand Down

0 comments on commit 92bb7ba

Please sign in to comment.