Bump gradle to nixos-unstable (8.12)

This commit is contained in:
Tad Fisher
2025-01-22 14:07:02 -08:00
parent 854024b721
commit effc6f3c8b
6 changed files with 577 additions and 1742 deletions

View File

@@ -49,6 +49,9 @@ kotlin {
compilerOptions {
jvmTarget.set(JvmTarget.JVM_1_8)
optIn.add("kotlin.RequiresOptIn")
freeCompilerArgs.addAll(
"-Xconsistent-data-class-copy-visibility"
)
}
}