1 /* 2 * Copyright 2016-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license. 3 */ 4 <lambda>null5dependencies { 6 testImplementation("com.google.android:android:${version("android")}") 7 testImplementation("org.robolectric:robolectric:${version("robolectric")}") 8 testImplementation(project(":kotlinx-coroutines-test")) 9 testImplementation(project(":kotlinx-coroutines-android")) 10 } 11