temporal project in upgrade

This commit is contained in:
2024-06-03 22:21:56 +06:00
parent 3fecc5fad3
commit 774394b148
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