Skip to content

Commit 1912632

Browse files
committed
chore: annotation target changes
1 parent 258c6bd commit 1912632

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/project/src/main/kotlin/common/ProjectExtns.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -428,6 +428,7 @@ fun KotlinCommonCompilerOptions.configureKotlinCommon(project: Project) =
428428
"-Xreport-all-warnings",
429429
"-Xreturn-value-checker=check",
430430
"-Xcontext-sensitive-resolution",
431+
"-Xannotation-default-target=param-property",
431432
// "-Xsuppress-version-warnings",
432433
// "-P",
433434
// "plugin:...=..."

0 commit comments

Comments
 (0)