mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-05-17 03:57:27 +00:00
chore(deps): Update to Kotlin 2 (#576)
This commit is contained in:
parent
6aee749ade
commit
22e7dbba00
2 changed files with 3 additions and 2 deletions
|
|
@ -1,3 +1,4 @@
|
|||
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
|
||||
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
|
||||
|
||||
val libs = versionCatalogs.named("libs")
|
||||
|
|
@ -51,7 +52,7 @@ tasks {
|
|||
targetCompatibility = it
|
||||
}
|
||||
withType<KotlinCompile> {
|
||||
kotlinOptions.jvmTarget = it
|
||||
compilerOptions.jvmTarget.set(JvmTarget.fromTarget(it))
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ jackson = "2.17.1"
|
|||
jsoup = "1.17.2"
|
||||
jtokkit = "1.0.0"
|
||||
junit = "5.10.2"
|
||||
kotlin = "1.9.24"
|
||||
kotlin = "2.0.0"
|
||||
llm-client = "0.8.5"
|
||||
okio = "3.9.0"
|
||||
tree-sitter = "0.22.5"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue