From 528439f61d8844dfc42c3de20405d9ba1405bf0b Mon Sep 17 00:00:00 2001 From: sergeych Date: Wed, 26 Mar 2025 23:38:40 +0300 Subject: [PATCH] 0.8.3 for all platforms --- .idea/codeStyles/Project.xml | 24 ++++++++++++++++++++++++ .idea/gradle.xml | 2 ++ build.gradle.kts | 16 ++++++++-------- 3 files changed, 34 insertions(+), 8 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/.idea/gradle.xml b/.idea/gradle.xml index ce1c62c..235e472 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -5,6 +5,7 @@ + \ No newline at end of file diff --git a/build.gradle.kts b/build.gradle.kts index ceba22c..e63b602 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -20,7 +20,7 @@ plugins { } group = "net.sergeych" -version = "0.8.3-SNAPSHOT" +version = "0.8.3" repositories { mavenCentral() @@ -44,12 +44,12 @@ kotlin { linuxX64() linuxArm64() -// macosX64() -// macosArm64() -// iosX64() -// iosArm64() -// iosSimulatorArm64() -// mingwX64() + macosX64() + macosArm64() + iosX64() + iosArm64() + iosSimulatorArm64() + mingwX64() @OptIn(ExperimentalWasmDsl::class) wasmJs { browser() @@ -72,7 +72,7 @@ kotlin { implementation(project.dependencies.platform("org.kotlincrypto.hash:bom:0.5.1")) implementation("org.kotlincrypto.hash:sha3") api("com.ionspin.kotlin:bignum:0.3.9") - api("net.sergeych:mp_bintools:0.1.12-SNAPSHOT") + api("net.sergeych:mp_bintools:0.1.12") } } val commonTest by getting {