mirror of
https://github.com/InsanusMokrassar/KSLog.git
synced 2024-12-22 14:07:15 +00:00
add wasm support
This commit is contained in:
parent
dc50977c9a
commit
604ef1b347
12
build.gradle
12
build.gradle
@ -50,6 +50,11 @@ kotlin {
|
|||||||
linuxArm64()
|
linuxArm64()
|
||||||
linuxArm32Hfp()
|
linuxArm32Hfp()
|
||||||
linuxX64()
|
linuxX64()
|
||||||
|
wasm {
|
||||||
|
browser()
|
||||||
|
nodejs()
|
||||||
|
d8()
|
||||||
|
}
|
||||||
wasm32()
|
wasm32()
|
||||||
mingwX64()
|
mingwX64()
|
||||||
mingwX86()
|
mingwX86()
|
||||||
@ -60,6 +65,13 @@ kotlin {
|
|||||||
implementation libs.kotlin
|
implementation libs.kotlin
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
commonTest {
|
||||||
|
dependencies {
|
||||||
|
implementation libs.kotlin.test.common
|
||||||
|
implementation libs.kotlin.test.annotations.common
|
||||||
|
implementation libs.kotlin.test.junit
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@ kotlin-gradle-plugin = "7.3.1"
|
|||||||
|
|
||||||
dokka = "1.8.10"
|
dokka = "1.8.10"
|
||||||
|
|
||||||
dexcount = "3.1.0"
|
dexcount = "4.0.0"
|
||||||
junit_version = "4.12"
|
junit_version = "4.12"
|
||||||
test_ext_junit_version = "1.1.3"
|
test_ext_junit_version = "1.1.3"
|
||||||
espresso_core = "3.4.0"
|
espresso_core = "3.4.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user