Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
DevSrSouza committed Mar 26, 2024
1 parent 037403d commit 31c1c84
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion voyager-kodein/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ kotlin {
jvmTest.dependencies {
implementation(libs.junit.api)
runtimeOnly(libs.junit.engine)

}
}
}
2 changes: 1 addition & 1 deletion voyager-rxjava/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ kotlin {
api(projects.voyagerScreenmodel)
compileOnly(libs.rxjava)
}
jvmTest.dependencies {
jvmTest.dependencies {
implementation(libs.junit.api)
runtimeOnly(libs.junit.engine)
}
Expand Down
1 change: 0 additions & 1 deletion voyager-screenmodel/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ kotlin {
compileOnly(compose.runtime)
compileOnly(compose.runtimeSaveable)
implementation(libs.coroutines.core)

}

jvmTest.dependencies {
Expand Down

0 comments on commit 31c1c84

Please sign in to comment.