diff --git a/compiler/android-tests/android-module/build.gradle b/compiler/android-tests/android-module/build.gradle index 125d3947e84..ba2d5676be7 100644 --- a/compiler/android-tests/android-module/build.gradle +++ b/compiler/android-tests/android-module/build.gradle @@ -83,5 +83,5 @@ dependencies { androidTestImplementation 'junit:junit:4.12' implementation 'com.android.support:multidex:1.0.3' androidTestImplementation 'com.android.support.test:runner:1.0.2' - androidTestCompile fileTree(dir: 'libs/test', include: ['*.jar']) + androidTestImplementation fileTree(dir: 'libs/test', include: ['*.jar']) } diff --git a/compiler/testData/codegen/box/coroutines/debug/fqName.kt b/compiler/testData/codegen/box/coroutines/debug/fqName.kt index 1be1e33972a..15540aa8274 100644 --- a/compiler/testData/codegen/box/coroutines/debug/fqName.kt +++ b/compiler/testData/codegen/box/coroutines/debug/fqName.kt @@ -6,7 +6,7 @@ @file:Suppress("INVISIBLE_REFERENCE", "INVISIBLE_MEMBER", "CANNOT_OVERRIDE_INVISIBLE_MEMBER") -package some.long.name +package some.llong.name import helpers.* import kotlin.coroutines.*