temporal project in upgrade

This commit is contained in:
2024-06-03 22:21:56 +06:00
parent 3fecc5fad3
commit 774394b148
4 changed files with 4 additions and 33 deletions

View File

@@ -57,16 +57,6 @@ kotlin {
implementation libs.android.espresso
}
}
mingwX64Test {
dependencies {
implementation kotlin('test-junit')
}
}
linuxX64Test {
dependencies {
implementation kotlin('test-junit')
}
}
androidMain.dependsOn jvmMain
}