diff --git a/features/createroom/build.gradle.kts b/features/createroom/build.gradle.kts index b32d578796..8f5948916d 100644 --- a/features/createroom/build.gradle.kts +++ b/features/createroom/build.gradle.kts @@ -48,7 +48,7 @@ dependencies { testImplementation(libs.molecule.runtime) testImplementation(libs.test.truth) testImplementation(libs.test.turbine) - testImplementation(projects.libraries.matrixtest) + testImplementation(projects.libraries.matrix.test) androidTestImplementation(libs.test.junitext)