Improve gradle task configuration

1. Declare explicit dependency to allow incremental build for installation tasks
2. Eliminate lint errors
This commit is contained in:
JingMatrix
2025-11-02 18:40:45 +01:00
parent ed9164d9d8
commit 54f80717dc
4 changed files with 115 additions and 169 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
[versions]
agp = "8.13.0"
annotation = "1.9.1"
jdk18on = "1.81"
kotlin = "2.2.10"
jdk18on = "1.82"
kotlin = "2.2.21"
libcxx = "28.1.13356709"
ktfmt = "0.25.0"