Skip to content

Commit 3e75b7a

Browse files
Data Gradle
1 parent 5d3a4c6 commit 3e75b7a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

build.gradle.kts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
2+
13
plugins {
24
kotlin("jvm") version "2.2.21"
35
kotlin("plugin.spring") version "2.2.21"
@@ -87,3 +89,7 @@ allOpen {
8789
tasks.withType<Test> {
8890
useJUnitPlatform()
8991
}
92+
val compileKotlin: KotlinCompile by tasks
93+
compileKotlin.compilerOptions {
94+
freeCompilerArgs.set(listOf("-Xannotation-default-target=param-property"))
95+
}

0 commit comments

Comments
 (0)