mirror of
https://github.com/mamoe/mirai.git
synced 2025-03-24 06:10:09 +08:00
Add dependencies for androidTest
This commit is contained in:
parent
eb160e3a23
commit
0bcbfa3588
@ -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 {
|
||||
dependencies {
|
||||
//api(kotlin("stdlib-jdk8", kotlinVersion))
|
||||
|
Loading…
Reference in New Issue
Block a user