mirror of
https://github.com/github/codeql.git
synced 2025-12-22 03:36:30 +01:00
6 lines
184 B
Python
6 lines
184 B
Python
from create_database_utils import *
|
|
|
|
os.mkdir('lib')
|
|
runSuccessfully([get_cmd("kotlinc"), "test.kt", "-d", "lib"])
|
|
run_codeql_database_create(["kotlinc user.kt -cp lib"], lang="java")
|