upgrade dependencies
This commit is contained in:
@@ -24,6 +24,13 @@ kotlin {
|
||||
implementation(libs.hash)
|
||||
implementation(libs.bytearray)
|
||||
}
|
||||
commonTest.dependencies {
|
||||
implementation(libs.test)
|
||||
}
|
||||
}
|
||||
|
||||
compilerOptions {
|
||||
freeCompilerArgs.add("-opt-in=kotlin.ExperimentalUnsignedTypes")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
[versions]
|
||||
kotlin = "2.2.10"
|
||||
mac = "1.1.2"
|
||||
hash = "1.2.2"
|
||||
bytearray = "1.1.1"
|
||||
kotlin = "2.2.21"
|
||||
mac = "1.2.0"
|
||||
hash = "1.3.2"
|
||||
bytearray = "1.2.4"
|
||||
|
||||
[plugins]
|
||||
multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
|
||||
|
||||
Reference in New Issue
Block a user