Revert "trying to add native support"

This reverts commit 0a8e71d76a.
This commit is contained in:
InsanusMokrassar 2023-04-03 10:22:53 +06:00
parent 0a8e71d76a
commit c96cea8db0
1 changed files with 0 additions and 15 deletions

View File

@ -18,9 +18,6 @@ kotlin {
android {
publishAllLibraryVariants()
}
linuxArm64()
linuxX64()
mingwX64()
sourceSets {
commonMain {
@ -53,18 +50,6 @@ kotlin {
implementation libs.android.espresso
}
}
linuxArm64Test {
dependencies {
implementation kotlin('test-js')
implementation kotlin('test-junit')
}
}
mingwX64Test {
dependencies {
implementation kotlin('test-js')
implementation kotlin('test-junit')
}
}
androidMain.dependsOn jvmMain
}