forked from sergeych/crypto2
		
	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">
 | 
			
		||||
  <artifact type="jar" name="crypto2-js-0.1.1-SNAPSHOT">
 | 
			
		||||
    <output-path>$PROJECT_DIR$/build/libs</output-path>
 | 
			
		||||
    <root id="archive" name="crypto2-js-0.1.1-SNAPSHOT.jar">
 | 
			
		||||
      <element id="module-output" name="crypto2.jsMain" />
 | 
			
		||||
    </root>
 | 
			
		||||
    <root id="archive" name="crypto2-js-0.1.1-SNAPSHOT.jar" />
 | 
			
		||||
  </artifact>
 | 
			
		||||
</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">
 | 
			
		||||
  <artifact type="jar" name="crypto2-jvm-0.1.1-SNAPSHOT">
 | 
			
		||||
    <output-path>$PROJECT_DIR$/build/libs</output-path>
 | 
			
		||||
    <root id="archive" name="crypto2-jvm-0.1.1-SNAPSHOT.jar">
 | 
			
		||||
      <element id="module-output" name="crypto2.jvmMain" />
 | 
			
		||||
    </root>
 | 
			
		||||
    <root id="archive" name="crypto2-jvm-0.1.1-SNAPSHOT.jar" />
 | 
			
		||||
  </artifact>
 | 
			
		||||
</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">
 | 
			
		||||
  <component name="ExternalStorageConfigurationManager" enabled="true" />
 | 
			
		||||
  <component name="FrameworkDetectionExcludesConfiguration">
 | 
			
		||||
 | 
			
		||||
@ -5,7 +5,7 @@ plugins {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
group = "net.sergeych"
 | 
			
		||||
version = "0.4.1-SNAPSHOT"
 | 
			
		||||
version = "0.4.2"
 | 
			
		||||
 | 
			
		||||
repositories {
 | 
			
		||||
    mavenCentral()
 | 
			
		||||
@ -22,11 +22,11 @@ kotlin {
 | 
			
		||||
    linuxX64()
 | 
			
		||||
    linuxArm64()
 | 
			
		||||
 | 
			
		||||
//    macosX64()
 | 
			
		||||
//    macosArm64() ?: break
 | 
			
		||||
//    iosX64()
 | 
			
		||||
//    iosArm64()
 | 
			
		||||
//    iosSimulatorArm64()
 | 
			
		||||
    macosX64()
 | 
			
		||||
    macosArm64()
 | 
			
		||||
    iosX64()
 | 
			
		||||
    iosArm64()
 | 
			
		||||
    iosSimulatorArm64()
 | 
			
		||||
    mingwX64()
 | 
			
		||||
//    @OptIn(ExperimentalWasmDsl::class)
 | 
			
		||||
//    wasmJs() //no libsodium bindings yet (strangely)
 | 
			
		||||
@ -47,8 +47,8 @@ kotlin {
 | 
			
		||||
 | 
			
		||||
                implementation("com.ionspin.kotlin:multiplatform-crypto-libsodium-bindings:0.9.2")
 | 
			
		||||
                api("com.ionspin.kotlin:bignum:0.3.9")
 | 
			
		||||
                api("net.sergeych:mp_bintools:0.1.5-SNAPSHOT")
 | 
			
		||||
                api("net.sergeych:mp_stools:1.4.1")
 | 
			
		||||
                api("net.sergeych:mp_bintools:0.1.6")
 | 
			
		||||
                api("net.sergeych:mp_stools:1.5.1")
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
        val commonTest by getting {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user