blob: 83b8dcd7d9e89d9428646b25335ec4ebc460cdb9 [file] [log] [blame]
/*
* Copyright 2016-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
*/
repositories {
google()
}
dependencies {
testImplementation 'com.google.android:android:4.1.1.4'
testImplementation 'com.android.support:support-annotations:26.1.0'
testImplementation 'com.google.android:android:4.1.1.4'
testImplementation 'org.robolectric:robolectric:4.0-alpha-3'
testImplementation project(":kotlinx-coroutines-test")
testImplementation project(":kotlinx-coroutines-android")
}