Set default test dependency at feature plugins.

Change-Id: Ie4cc71b900bb0760b94c3efcae707d31fbc09a91
pull/2046/head
Jaehwa Noh 2 weeks ago
parent d82d219b37
commit 6ac8d138c8

@ -45,6 +45,9 @@ class AndroidFeatureConventionPlugin : Plugin<Project> {
"implementation"(libs.findLibrary("androidx.navigation3.runtime").get())
"implementation"(libs.findLibrary("androidx.tracing.ktx").get())
"testImplementation"(project(":navigation"))
"testImplementation"(project(":core:navigation"))
"androidTestImplementation"(
libs.findLibrary("androidx.lifecycle.runtimeTesting").get(),
)

Loading…
Cancel
Save