mirror of
https://github.com/github/codeql.git
synced 2026-04-14 11:34:00 +02:00
5 lines
202 B
Python
5 lines
202 B
Python
from create_database_utils import *
|
|
|
|
runSuccessfully([get_cmd("kotlinc"), '-language-version', '1.9', 'A.kt'])
|
|
run_codeql_database_create(['kotlinc -cp . -language-version 1.9 B.kt C.kt'], lang="java")
|