diff --git a/settings.gradle.kts b/settings.gradle.kts index 3e5aa533..6c357fab 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -77,6 +77,7 @@ dependencyResolutionManagement { includeGroupByRegex("com.android.*") includeGroup("com.google.android.gms") includeModule("com.google.android.material", "material") + includeGroup("com.google.testing.platform") } } exclusiveContent {