Skip to content

Commit 68021a8

Browse files
committed
Kotlin DSL - 'android-unit-tests'
1 parent ae6b2c4 commit 68021a8

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

ui/kotlinx-coroutines-android/android-unit-tests/build.gradle

Lines changed: 0 additions & 11 deletions
This file was deleted.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)