update ktor and android script config

This commit is contained in:
2025-11-12 18:17:00 +06:00
parent 2849db57f2
commit 80953f5d09
2 changed files with 10 additions and 7 deletions

View File

@@ -1,6 +1,9 @@
kotlin {
androidTarget {
publishAllLibraryVariants()
publishLibraryVariants(
"release",
"debug",
)
compilations.all {
kotlinOptions {
jvmTarget = "17"