temporal project in upgrade

This commit is contained in:
2024-06-03 22:21:56 +06:00
parent a0dd1aec3d
commit 629d7c7a82
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
}