Hi everyone! Can I use context receivers with my c...
# scripting
i
Hi everyone! Can I use context receivers with my custom script type? I tried to enable it via:
Copy code
class MyScriptConfig : ScriptCompilationConfiguration({
	...
	compilerOptions(
		"-Xcontent-receivers"
	)
})
But IDEA still does not recognize the
context (...)
syntax.