Skip to content

Commit

Permalink
fix(ci): project ref for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Morfly committed Aug 16, 2023
1 parent 2c9693d commit cd09fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nibel-tests/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ android {
}

dependencies {
ksp(projects.nibelRuntime)
ksp(projects.nibelCompiler)
implementation(libs.androidx.fragment)
implementation(libs.nibel.runtime)
implementation(libs.junit)
Expand Down

0 comments on commit cd09fe0

Please sign in to comment.