Fix package name to fix android tests

This commit is contained in:
Mikhael Bogdanov
2019-01-21 10:56:33 +01:00
parent 202e992ae3
commit b763104ca0
2 changed files with 2 additions and 2 deletions
@@ -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'])
}
+1 -1
View File
@@ -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.*