Commit b284b188 authored by dsq's avatar dsq

切换稳定版本

parent b592ddbd
...@@ -78,10 +78,6 @@ kotlin { ...@@ -78,10 +78,6 @@ kotlin {
ohosArm64 { ohosArm64 {
binaries.sharedLib { binaries.sharedLib {
baseName = "kn" // 共享库名称为kn baseName = "kn" // 共享库名称为kn
freeCompilerArgs += listOf(
"-Xbinary=sanitizer=address",
"-Xdisable-platform-devices" // 禁用平台设备库
)
export(libs.compose.multiplatform.export) // 导出compose多平台库的接口 export(libs.compose.multiplatform.export) // 导出compose多平台库的接口
} }
// val main by compilations.getting // 获取主编译内容 // val main by compilations.getting // 获取主编译内容
......
...@@ -15,7 +15,7 @@ androidx-collection = "1.4.5" ...@@ -15,7 +15,7 @@ androidx-collection = "1.4.5"
compose = "1.9.4" compose = "1.9.4"
composeMultiplatform = "1.9.2-ez-001" composeMultiplatform = "1.9.2-ez-001"
junit = "4.13.2" junit = "4.13.2"
kotlin = "2.2.21-ez-101" kotlin = "2.2.21-ez-001"
kotlinx-coroutines = "1.8.0-KBA-001" kotlinx-coroutines = "1.8.0-KBA-001"
atomicFu = "0.23.2-KBA-001" atomicFu = "0.23.2-KBA-001"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment