mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01: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")
|