Commit 0bcbfa35 authored by Him188's avatar Him188

Add dependencies for androidTest

parent eb160e3a
...@@ -105,6 +105,15 @@ kotlin { ...@@ -105,6 +105,15 @@ kotlin {
} }
} }
val androidTest by getting {
dependencies {
api(kotlin("test", kotlinVersion))
api(kotlin("test-junit", kotlinVersion))
api(kotlin("test-annotations-common"))
api(kotlin("test-common"))
}
}
val jvmMain by getting { val jvmMain by getting {
dependencies { dependencies {
//api(kotlin("stdlib-jdk8", kotlinVersion)) //api(kotlin("stdlib-jdk8", kotlinVersion))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment