eygraber
06/23/2025, 6:45 PMw: Language version 1.9 is deprecated and its support will be removed in a future version of Kotlin
e: warnings found and -Werror specifiedhowever there is no indication of what the
DIAGNOSTIC_NAME
is.phldavies
06/23/2025, 6:48 PM-Xrender-internal-diagnostic-names
as a freeCompilerArgeygraber
06/23/2025, 6:59 PMdmitriy.novozhilov
06/23/2025, 7:09 PMdmitriy.novozhilov
06/23/2025, 7:11 PMOlaf Gottschalk
06/25/2025, 6:28 AMw: Experimental context receivers are superseded by context parameters.
Replace the '-Xcontext-receivers' compiler argument with '-Xcontext-parameters' and migrate to the new syntax.
See the context parameters proposal for more details: <https://kotl.in/context-parameters>
This warning will become an error in future releases.
Also tried free compiler arg: -Xrender-internal-diagnostic-names
- also did not see any diagnostic name... 😞 (and if this works for some, why is this not documented right next to the new feature of changing the levels?)
Could it be that most of the stuff people need to suppress aren't actually diagnostics at all? 😞dmitriy.novozhilov
06/25/2025, 6:33 AMOlaf Gottschalk
06/25/2025, 6:37 AM