mirror of
https://github.com/github/codeql.git
synced 2026-08-03 17:03:02 +02:00
7 lines
212 B
Python
7 lines
212 B
Python
import commands
|
|
|
|
|
|
def test(codeql, java_full, kotlinc_2_3_20):
|
|
commands.run("kotlinc -language-version 1.9 test.kt -d lib")
|
|
codeql.database.create(command="kotlinc -language-version 1.9 user.kt -cp lib")
|