preview of files realization

This commit is contained in:
2023-04-03 15:49:46 +06:00
parent e5207f5bc5
commit d23e005985
6 changed files with 371 additions and 7 deletions

View File

@@ -18,7 +18,6 @@ kotlin {
android {
publishAllLibraryVariants()
}
linuxArm64()
linuxX64()
mingwX64()
@@ -53,12 +52,6 @@ kotlin {
implementation libs.android.espresso
}
}
linuxArm64Test {
dependencies {
implementation kotlin('test-js')
implementation kotlin('test-junit')
}
}
mingwX64Test {
dependencies {
implementation kotlin('test-js')