0.4.2 multiplatform release
This commit is contained in:
parent
0ca2ea1375
commit
b5ac0c4e7e
4
.idea/artifacts/crypto2_js_0_1_1_SNAPSHOT.xml
generated
4
.idea/artifacts/crypto2_js_0_1_1_SNAPSHOT.xml
generated
@ -1,8 +1,6 @@
|
|||||||
<component name="ArtifactManager">
|
<component name="ArtifactManager">
|
||||||
<artifact type="jar" name="crypto2-js-0.1.1-SNAPSHOT">
|
<artifact type="jar" name="crypto2-js-0.1.1-SNAPSHOT">
|
||||||
<output-path>$PROJECT_DIR$/build/libs</output-path>
|
<output-path>$PROJECT_DIR$/build/libs</output-path>
|
||||||
<root id="archive" name="crypto2-js-0.1.1-SNAPSHOT.jar">
|
<root id="archive" name="crypto2-js-0.1.1-SNAPSHOT.jar" />
|
||||||
<element id="module-output" name="crypto2.jsMain" />
|
|
||||||
</root>
|
|
||||||
</artifact>
|
</artifact>
|
||||||
</component>
|
</component>
|
4
.idea/artifacts/crypto2_jvm_0_1_1_SNAPSHOT.xml
generated
4
.idea/artifacts/crypto2_jvm_0_1_1_SNAPSHOT.xml
generated
@ -1,8 +1,6 @@
|
|||||||
<component name="ArtifactManager">
|
<component name="ArtifactManager">
|
||||||
<artifact type="jar" name="crypto2-jvm-0.1.1-SNAPSHOT">
|
<artifact type="jar" name="crypto2-jvm-0.1.1-SNAPSHOT">
|
||||||
<output-path>$PROJECT_DIR$/build/libs</output-path>
|
<output-path>$PROJECT_DIR$/build/libs</output-path>
|
||||||
<root id="archive" name="crypto2-jvm-0.1.1-SNAPSHOT.jar">
|
<root id="archive" name="crypto2-jvm-0.1.1-SNAPSHOT.jar" />
|
||||||
<element id="module-output" name="crypto2.jvmMain" />
|
|
||||||
</root>
|
|
||||||
</artifact>
|
</artifact>
|
||||||
</component>
|
</component>
|
1
.idea/misc.xml
generated
1
.idea/misc.xml
generated
@ -1,3 +1,4 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<project version="4">
|
<project version="4">
|
||||||
<component name="ExternalStorageConfigurationManager" enabled="true" />
|
<component name="ExternalStorageConfigurationManager" enabled="true" />
|
||||||
<component name="FrameworkDetectionExcludesConfiguration">
|
<component name="FrameworkDetectionExcludesConfiguration">
|
||||||
|
@ -5,7 +5,7 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
group = "net.sergeych"
|
group = "net.sergeych"
|
||||||
version = "0.4.1-SNAPSHOT"
|
version = "0.4.2"
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
@ -22,11 +22,11 @@ kotlin {
|
|||||||
linuxX64()
|
linuxX64()
|
||||||
linuxArm64()
|
linuxArm64()
|
||||||
|
|
||||||
// macosX64()
|
macosX64()
|
||||||
// macosArm64() ?: break
|
macosArm64()
|
||||||
// iosX64()
|
iosX64()
|
||||||
// iosArm64()
|
iosArm64()
|
||||||
// iosSimulatorArm64()
|
iosSimulatorArm64()
|
||||||
mingwX64()
|
mingwX64()
|
||||||
// @OptIn(ExperimentalWasmDsl::class)
|
// @OptIn(ExperimentalWasmDsl::class)
|
||||||
// wasmJs() //no libsodium bindings yet (strangely)
|
// wasmJs() //no libsodium bindings yet (strangely)
|
||||||
@ -47,8 +47,8 @@ kotlin {
|
|||||||
|
|
||||||
implementation("com.ionspin.kotlin:multiplatform-crypto-libsodium-bindings:0.9.2")
|
implementation("com.ionspin.kotlin:multiplatform-crypto-libsodium-bindings:0.9.2")
|
||||||
api("com.ionspin.kotlin:bignum:0.3.9")
|
api("com.ionspin.kotlin:bignum:0.3.9")
|
||||||
api("net.sergeych:mp_bintools:0.1.5-SNAPSHOT")
|
api("net.sergeych:mp_bintools:0.1.6")
|
||||||
api("net.sergeych:mp_stools:1.4.1")
|
api("net.sergeych:mp_stools:1.5.1")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
val commonTest by getting {
|
val commonTest by getting {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user