mirror of
https://github.com/github/codeql.git
synced 2025-12-21 19:26:31 +01:00
7 lines
219 B
Python
7 lines
219 B
Python
from create_database_utils import *
|
|
import glob
|
|
|
|
os.mkdir('build')
|
|
run_codeql_database_create(["kotlinc test.kt -d build", "kotlinc noforwards.kt -d build -Xjvm-default=all", "javac User.java -cp build"], lang="java")
|
|
|