1/* 2 * Copyright 2016-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license. 3 */ 4 5repositories { 6 google() 7} 8 9dependencies { 10 testImplementation 'com.google.android:android:4.1.1.4' 11 testImplementation 'com.android.support:support-annotations:26.1.0' 12 testImplementation 'com.google.android:android:4.1.1.4' 13 testImplementation 'org.robolectric:robolectric:4.0-alpha-3' 14 testImplementation project(":kotlinx-coroutines-test") 15 testImplementation project(":kotlinx-coroutines-android") 16} 17