0.8.2-SNAPSHOT support for wasmJs using youngblood, no mingw yet

This commit is contained in:
Sergey Chernov 2025-03-07 15:14:54 +03:00
parent 6fcf7841a7
commit bd81f88dd8

View File

@ -20,7 +20,7 @@ plugins {
}
group = "net.sergeych"
version = "0.7.4-SNAPSHOT"
version = "0.8.2-SNAPSHOT"
repositories {
mavenCentral()
@ -49,12 +49,11 @@ kotlin {
iosX64()
iosArm64()
iosSimulatorArm64()
mingwX64()
// mingwX64()
@OptIn(ExperimentalWasmDsl::class)
wasmJs {
browser()
}
val ktor_version = "2.3.6"
sourceSets {
all {