Skip to content

Commit 3009f40

Browse files
committed
Kotlin: Opt in to org.jetbrains.kotlin.ir.symbols.IrSymbolInternals
Needed for upstream master.
1 parent 1ec29bf commit 3009f40

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

java/kotlin-extractor/build.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ def compile_to_dir(build_dir, srcs, classpath, java_classpath, output):
9292
kotlin_arg_file = build_dir + '/kotlin.args'
9393
kotlin_args = ['-Werror',
9494
'-opt-in=kotlin.RequiresOptIn',
95+
'-opt-in=org.jetbrains.kotlin.ir.symbols.IrSymbolInternals',
9596
'-d', output,
9697
'-module-name', 'codeql-kotlin-extractor',
9798
'-no-reflect', '-no-stdlib',

0 commit comments

Comments
 (0)