kevin.chiu
06/02/2025, 5:18 AMallWarningsAsErrors
so it becomes a problem if we cannot suppress this particular warning 😬
w: Experimental context receivers are superseded by context parameters.
Replace the '-Xcontext-receivers' compiler argument with '-Xcontext-parameters' and migrate to the new syntax.
I tried with this but doesn't seem working
freeCompilerArgs.add("-Xwarning-level=CONTEXT_RECEIVERS_DEPRECATED:disabled")
dmitriy.novozhilov
06/02/2025, 7:27 AM2.2.20
, so it's worth migrating from context receivers ASAPdmitriy.novozhilov
06/02/2025, 7:28 AMkevin.chiu
06/02/2025, 7:34 AM