update dependencies

This commit is contained in:
2025-11-12 13:25:11 +06:00
parent 461bc92966
commit 3c4e59ddc2
3 changed files with 10 additions and 5 deletions

View File

@@ -66,7 +66,10 @@ kotlin {
nodejs()
}
androidTarget {
publishAllLibraryVariants()
publishLibraryVariants(
"release",
"debug",
)
compilations.all {
kotlinOptions {
jvmTarget = "17"