diff --git a/.gitignore b/.gitignore
index 903b262..4421d40 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,6 +9,7 @@ build/
.idea/jarRepositories.xml
.idea/compiler.xml
.idea/libraries/
+.idea
*.iws
*.iml
*.ipr
diff --git a/.idea/.gitignore b/.idea/.gitignore
index 93f6a98..26d3352 100644
--- a/.idea/.gitignore
+++ b/.idea/.gitignore
@@ -1,10 +1,3 @@
# Default ignored files
/shelf/
/workspace.xml
-# Editor-based HTTP Client requests
-/httpRequests/
-# Datasource local storage ignored files
-/dataSources/
-/dataSources.local.xml
-/artifacts/crypto2_js_0_1_0_SNAPSHOT.xml
-/artifacts/crypto2_jvm_0_1_0_SNAPSHOT.xml
diff --git a/.idea/artifacts/crypto2_js_0_1_1_SNAPSHOT.xml b/.idea/artifacts/crypto2_js_0_1_1_SNAPSHOT.xml
deleted file mode 100644
index f1da91b..0000000
--- a/.idea/artifacts/crypto2_js_0_1_1_SNAPSHOT.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- $PROJECT_DIR$/build/libs
-
-
-
\ No newline at end of file
diff --git a/.idea/artifacts/crypto2_js_1_0_SNAPSHOT.xml b/.idea/artifacts/crypto2_js_1_0_SNAPSHOT.xml
deleted file mode 100644
index c2e2d7c..0000000
--- a/.idea/artifacts/crypto2_js_1_0_SNAPSHOT.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- $PROJECT_DIR$/build/libs
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/artifacts/crypto2_jvm_0_1_1_SNAPSHOT.xml b/.idea/artifacts/crypto2_jvm_0_1_1_SNAPSHOT.xml
deleted file mode 100644
index 4891c62..0000000
--- a/.idea/artifacts/crypto2_jvm_0_1_1_SNAPSHOT.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- $PROJECT_DIR$/build/libs
-
-
-
\ No newline at end of file
diff --git a/.idea/artifacts/crypto2_jvm_1_0_SNAPSHOT.xml b/.idea/artifacts/crypto2_jvm_1_0_SNAPSHOT.xml
deleted file mode 100644
index 7dc5d23..0000000
--- a/.idea/artifacts/crypto2_jvm_1_0_SNAPSHOT.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- $PROJECT_DIR$/build/libs
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/artifacts/crypto2_wasm_js_0_1_1_SNAPSHOT.xml b/.idea/artifacts/crypto2_wasm_js_0_1_1_SNAPSHOT.xml
deleted file mode 100644
index 95644b9..0000000
--- a/.idea/artifacts/crypto2_wasm_js_0_1_1_SNAPSHOT.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- $PROJECT_DIR$/build/libs
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml
deleted file mode 100644
index fb6d147..0000000
--- a/.idea/inspectionProfiles/Project_Default.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml
deleted file mode 100644
index e805548..0000000
--- a/.idea/kotlinc.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
index efbe595..c9eff0e 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -1,9 +1,4 @@
-
-
-
-
-
-
+
\ No newline at end of file
diff --git a/build.gradle.kts b/build.gradle.kts
index e63b602..1076a8c 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -20,7 +20,7 @@ plugins {
}
group = "net.sergeych"
-version = "0.8.3"
+version = "0.8.4"
repositories {
mavenCentral()
@@ -62,7 +62,6 @@ kotlin {
languageSettings.optIn("kotlin.ExperimentalUnsignedTypes")
}
-
val commonMain by getting {
dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1")