update dependencies

This commit is contained in:
2026-03-05 18:24:32 +06:00
parent 4ec9dacbae
commit 20d44bd531
4 changed files with 11 additions and 8 deletions

View File

@@ -56,8 +56,11 @@ kotlin {
browser()
nodejs()
}
android {
publishAllLibraryVariants()
androidTarget {
publishLibraryVariants(
"release",
"debug",
)
}
linuxX64()
mingwX64()