make test lib as module
This commit is contained in:
@@ -1,5 +1,16 @@
|
||||
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||||
plugins {
|
||||
androidLibrary version Version.gradle apply false
|
||||
kotlinAndroid version Version.Kotlin.language apply false
|
||||
androidApplication
|
||||
}
|
||||
|
||||
android {
|
||||
namespace = "ru.samsung.test.core"
|
||||
}
|
||||
|
||||
dependencies {
|
||||
api(Dependencies.Kaspresso.core)
|
||||
api(Dependencies.Kaspresso.composeSupport)
|
||||
api(Dependencies.AndroidX.Testing.junit)
|
||||
api(Dependencies.AndroidX.Testing.compose)
|
||||
api(Dependencies.AndroidX.Testing.orchestrator)
|
||||
api(Dependencies.truth)
|
||||
}
|
||||
Reference in New Issue
Block a user