fix of build

This commit is contained in:
InsanusMokrassar 2024-08-12 16:42:37 +06:00
parent fc3bf19453
commit a0e17a664c

View File

@ -37,7 +37,6 @@ kotlin {
jsTest {
dependencies {
implementation kotlin('test-js')
implementation kotlin('test-junit')
}
}
}