Zac Sweers
03/18/2025, 6:49 PM-Xannotation-default-target
option will always mark code produced by this compilation as pre-release? reference: https://youtrack.jetbrains.com/issue/KT-75588/2.1.20-RC-was-compiled-by-a-pre-release-ve[…]e-loaded-by-this-version-of-the-compiler-warnings-despite
If so, I think this is actually kind of a major issue because not having that escape hatch means that a large codebase either has to forego allWarningsAsErrors
or meticulously go change every affected annotation 🤔tapchicoma
03/19/2025, 10:30 AMudalov
Zac Sweers
03/22/2025, 8:10 PMw: file:///Users/zacsweers/dev/kotlin/personal/metro/samples/interop/customAnnotations-dagger/src/test/kotlin/dev/zacsweers/metro/sample/MixedTest.kt:41:36 This annotation is currently applied to the value parameter only, but in the future it will also be applied to 'property'. See <https://youtrack.jetbrains.com/issue/KT-73255> for more details. To remove this warning, use the '@param:' annotation target.