Update Hilla version

Fix production build
This commit is contained in:
grimsi
2025-04-01 23:19:29 +02:00
parent a02fae883c
commit cdfa2a25a4
22 changed files with 1827 additions and 1603 deletions
+2 -2
View File
@@ -23,8 +23,8 @@ subprojects {
tasks.withType<KotlinJvmCompile> {
compilerOptions {
languageVersion = KotlinVersion.KOTLIN_2_0
apiVersion = KotlinVersion.KOTLIN_2_0
languageVersion = KotlinVersion.KOTLIN_2_1
apiVersion = KotlinVersion.KOTLIN_2_1
jvmTarget = JvmTarget.JVM_21
progressiveMode = true
freeCompilerArgs.add("-Xjsr305=strict")