We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc188ab commit 87a4851Copy full SHA for 87a4851
toolkit/indoors/build.gradle.kts
@@ -53,5 +53,6 @@ dependencies {
53
implementation(libs.androidx.activity.compose)
54
testImplementation(libs.bundles.unitTest)
55
androidTestImplementation(libs.bundles.composeTest)
56
+ androidTestImplementation(project(mapOf("path" to ":composable-map")))
57
debugImplementation(libs.bundles.debug)
58
}
0 commit comments