We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae6b2c4 commit 68021a8Copy full SHA for 68021a8
ui/kotlinx-coroutines-android/android-unit-tests/build.gradle
ui/kotlinx-coroutines-android/android-unit-tests/build.gradle.kts
@@ -0,0 +1,11 @@
1
+/*
2
+ * Copyright 2016-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
3
+ */
4
+
5
+dependencies {
6
+ testImplementation("com.google.android:android:${property("android_version")}")
7
+ testImplementation("com.android.support:support-annotations:${property("android_support_version")}")
8
+ testImplementation("org.robolectric:robolectric:${property("robolectric_version")}")
9
+ testImplementation(project(":kotlinx-coroutines-test"))
10
+ testImplementation(project(":kotlinx-coroutines-android"))
11
+}
0 commit comments