mirror of
https://github.com/github/codeql.git
synced 2025-12-22 19:56:32 +01:00
5 lines
159 B
Python
5 lines
159 B
Python
from create_database_utils import *
|
|
|
|
runSuccessfully(["kotlinc", "test.kt", "-d", "lib"])
|
|
run_codeql_database_create(["kotlinc user.kt -cp lib"], lang="java")
|