Update some dependencies

This commit is contained in:
Syer10
2025-10-04 20:27:17 -04:00
parent b83d00c4f9
commit 96f25dd82f
16 changed files with 192 additions and 110 deletions

View File

@@ -140,3 +140,7 @@ kotlin {
languageVersion.set(JavaLanguageVersion.of(Config.androidJvmTarget.target))
}
}
configurations.all {
exclude(group = "org.jetbrains.runtime", module = "jbr-api")
}