v.0.6.6-SNAPSHOT experimental wasmJs support, newer

This commit is contained in:
Sergey Chernov 2025-03-08 02:13:13 +03:00
parent d7fb26c03b
commit 146878629e

View File

@ -10,16 +10,6 @@
import org.jetbrains.kotlin.gradle.ExperimentalWasmDsl
/*
* Copyright (c) 2025. Sergey S. Chernov - All Rights Reserved
*
* You may use, distribute and modify this code under the
* terms of the private license, which you must obtain from the author
*
* To obtain the license, contact the author: https://t.me/real_sergeych or email to
* real dot sergeych at gmail.
*/
plugins {
kotlin("multiplatform") version "2.1.0"
id("org.jetbrains.kotlin.plugin.serialization") version "2.1.0"
@ -28,7 +18,7 @@ plugins {
}
group = "net.sergeych"
version = "0.6.5-SNAPSHOT"
version = "0.6.6-SNAPSHOT"
repositories {
mavenCentral()
@ -74,7 +64,7 @@ kotlin {
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.2")
api("io.ktor:ktor-client-core:$ktor_version")
api("net.sergeych:crypto2:0.8.2-SNAPSHOT")
api("net.sergeych:crypto2:0.8.3-SNAPSHOT")
}
}
val ktorSocketMain by creating {