From 8837e492489c04be50c64fc6261ac13c54bb6c73 Mon Sep 17 00:00:00 2001 From: sergeych Date: Wed, 26 Mar 2025 23:50:20 +0300 Subject: [PATCH] 0.6.6 for all platforms --- .idea/codeStyles/Project.xml | 24 ++++++++++++++++++++++++ build.gradle.kts | 18 +++++++++--------- 2 files changed, 33 insertions(+), 9 deletions(-) diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index 919ce1f..d2f3b41 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -1,5 +1,29 @@ + + + + + + + + + + + diff --git a/build.gradle.kts b/build.gradle.kts index eb8e6b7..45e80b6 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -18,7 +18,7 @@ plugins { } group = "net.sergeych" -version = "0.6.6-SNAPSHOT" +version = "0.6.6" repositories { mavenCentral() @@ -36,15 +36,15 @@ kotlin { } nodejs() } -// macosArm64() -// iosX64() -// iosArm64() -// iosSimulatorArm64() + macosArm64() + iosX64() + iosArm64() + iosSimulatorArm64() linuxX64() linuxArm64() -// macosX64() -// macosX64() -// mingwX64() + macosX64() + macosX64() + mingwX64() @OptIn(ExperimentalWasmDsl::class) wasmJs { browser() @@ -64,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.3-SNAPSHOT") + api("net.sergeych:crypto2:0.8.3") } } val ktorSocketMain by creating {