forked from sergeych/crypto2
		
	0.8.3-SNAPSHOT use updated bintools
This commit is contained in:
		
							parent
							
								
									fa7263b0e7
								
							
						
					
					
						commit
						776f4e75ff
					
				@ -13,8 +13,8 @@ import org.jetbrains.kotlin.gradle.ExperimentalWasmDsl
 | 
				
			|||||||
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
 | 
					import org.jetbrains.kotlin.gradle.dsl.JvmTarget
 | 
				
			||||||
 | 
					
 | 
				
			||||||
plugins {
 | 
					plugins {
 | 
				
			||||||
    kotlin("multiplatform") version "2.0.20"
 | 
					    kotlin("multiplatform") version "2.0.21"
 | 
				
			||||||
    id("org.jetbrains.kotlin.plugin.serialization") version "2.0.20"
 | 
					    id("org.jetbrains.kotlin.plugin.serialization") version "2.0.21"
 | 
				
			||||||
    id("org.jetbrains.dokka") version "1.9.20"
 | 
					    id("org.jetbrains.dokka") version "1.9.20"
 | 
				
			||||||
    `maven-publish`
 | 
					    `maven-publish`
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
@ -72,7 +72,7 @@ kotlin {
 | 
				
			|||||||
                implementation(project.dependencies.platform("org.kotlincrypto.hash:bom:0.5.1"))
 | 
					                implementation(project.dependencies.platform("org.kotlincrypto.hash:bom:0.5.1"))
 | 
				
			||||||
                implementation("org.kotlincrypto.hash:sha3")
 | 
					                implementation("org.kotlincrypto.hash:sha3")
 | 
				
			||||||
                api("com.ionspin.kotlin:bignum:0.3.9")
 | 
					                api("com.ionspin.kotlin:bignum:0.3.9")
 | 
				
			||||||
                api("net.sergeych:mp_bintools:0.1.11")
 | 
					                api("net.sergeych:mp_bintools:0.1.11-SNAPSHOT")
 | 
				
			||||||
                api("net.sergeych:mp_stools:1.5.1")
 | 
					                api("net.sergeych:mp_stools:1.5.1")
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user