summaryrefslogtreecommitdiff
path: root/android/BUILD
diff options
context:
space:
mode:
authorkarimai <karimai@google.com>2021-09-10 11:51:45 +0100
committerKarima Ichou <karimai@google.com>2021-09-17 16:46:50 +0000
commit6685f107867916098309828f634b79d7c554e4f8 (patch)
treec659b144d553581bd0982dff66d0585de4b72e60 /android/BUILD
parent3d9ea604257b319b3653850d4c6c61869c303940 (diff)
downloadidea-6685f107867916098309828f634b79d7c554e4f8.tar.gz
Add Support for KMP tests execution.
We are now able to distinguish between unit tests and android tests test sources when KMP is applied. minimum requirements for tests execution in KMP are: AGP: 7.0.0-alpha08 Gradle: 6.8.2 Kotlin plugin: 1.4.30 Android Studio : BB canary 13 ( this change will be cherry-picked to BB branch ) Bug: 176999821 Test: Added Change-Id: If947274ece70811ac24bb4c99335ed3f2c46b6a4
Diffstat (limited to 'android/BUILD')
-rw-r--r--android/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/android/BUILD b/android/BUILD
index aefbbc71aa9..212125f0721 100644
--- a/android/BUILD
+++ b/android/BUILD
@@ -338,6 +338,7 @@ iml_module(
"//tools/adt/idea/intellij.android.compose-common[module, test]",
"//tools/base/manifest-parser:studio.android.sdktools.manifest-parser[module]",
"//tools/base/common:studio.android.sdktools.common.testfixtures[module, test]",
+ "//prebuilts/studio/intellij-sdk:studio-sdk-plugin-gradle-java[test]",
],
)