We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 258c6bd commit 1912632Copy full SHA for 1912632
plugins/project/src/main/kotlin/common/ProjectExtns.kt
@@ -428,6 +428,7 @@ fun KotlinCommonCompilerOptions.configureKotlinCommon(project: Project) =
428
"-Xreport-all-warnings",
429
"-Xreturn-value-checker=check",
430
"-Xcontext-sensitive-resolution",
431
+ "-Xannotation-default-target=param-property",
432
// "-Xsuppress-version-warnings",
433
// "-P",
434
// "plugin:...=..."
0 commit comments