We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ec29bf commit 3009f40Copy full SHA for 3009f40
1 file changed
java/kotlin-extractor/build.py
@@ -92,6 +92,7 @@ def compile_to_dir(build_dir, srcs, classpath, java_classpath, output):
92
kotlin_arg_file = build_dir + '/kotlin.args'
93
kotlin_args = ['-Werror',
94
'-opt-in=kotlin.RequiresOptIn',
95
+ '-opt-in=org.jetbrains.kotlin.ir.symbols.IrSymbolInternals',
96
'-d', output,
97
'-module-name', 'codeql-kotlin-extractor',
98
'-no-reflect', '-no-stdlib',
0 commit comments