mirror of
https://github.com/InsanusMokrassar/MicroUtils.git
synced 2025-04-05 17:30:35 +00:00
Revert "trying to add native support"
This reverts commit 0a8e71d76ab4bee3ded7b5e2db3b95fec1796351.
This commit is contained in:
parent
0a8e71d76a
commit
c96cea8db0
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user