build: Bump all dependencies across every ecosystems

This commit is contained in:
Pun Butrach
2025-08-03 19:20:43 +07:00
parent fc96137567
commit 5f77d644df
7 changed files with 36 additions and 32 deletions

View File

@@ -1,3 +1,4 @@
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
import java.io.IOException
plugins {
@@ -81,8 +82,10 @@ android {
targetCompatibility = JavaVersion.VERSION_17
}
kotlinOptions {
jvmTarget = "17"
kotlin {
compilerOptions {
jvmTarget = JvmTarget.fromTarget("17")
}
}
buildFeatures {