Skip to content

Commit 6453f5e

Browse files
turanskyqwwdfsad
authored andcommitted
Kotlin DSL - 'android-unit-tests'
1 parent bed6355 commit 6453f5e

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

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

-10
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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("org.robolectric:robolectric:${property("robolectric_version")}")
8+
testImplementation(project(":kotlinx-coroutines-test"))
9+
testImplementation(project(":kotlinx-coroutines-android"))
10+
}

0 commit comments

Comments
 (0)