some fixes

This commit is contained in:
2024-07-25 18:27:06 +06:00
parent 1245669f7b
commit 64b4c696ed
7 changed files with 4303 additions and 2736 deletions

View File

@@ -77,7 +77,6 @@ kotlin {
jsTest {
dependencies {
implementation kotlin('test-js')
implementation kotlin('test-junit')
}
}
nativeMain.dependsOn commonMain