Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37cf36b commit 4cfda63Copy full SHA for 4cfda63
1 file changed
java/kotlin-extractor/build.py
@@ -54,6 +54,7 @@ def compile_to_dir(srcs, classpath, java_classpath, output):
54
run_process([kotlinc,
55
# kotlinc can default to 256M, which isn't enough when we are extracting the build
56
'-J-Xmx2G',
57
+ '-Xopt-in=kotlin.RequiresOptIn',
58
'-d', output,
59
'-module-name', 'codeql-kotlin-extractor',
60
'-no-reflect', '-no-stdlib',
0 commit comments