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

@@ -43,16 +43,6 @@ kotlin {
implementation kotlin('test-js')
}
}
mingwX64Test {
dependencies {
implementation kotlin('test-junit')
}
}
linuxX64Test {
dependencies {
implementation kotlin('test-junit')
}
}
nativeMain.dependsOn commonMain
linuxX64Main.dependsOn nativeMain