Hello 👋 I got this warning on Kotlin 2.2.0-RC, is there a specific diagnostic ID to suppress it? We enabled
allWarningsAsErrors
so it becomes a problem if we cannot suppress this particular warning 😬
Copy code
w: Experimental context receivers are superseded by context parameters.
Replace the '-Xcontext-receivers' compiler argument with '-Xcontext-parameters' and migrate to the new syntax.