Files
codeql/java/kotlin-extractor/gradle.properties
Chris Smowton 8ec681e61c Kotlin: bump default CI version to 1.7.20
A bunch of test expectations change because 7f531d8426 means that we now see (a) local variable declarations with source locations covering only their identifier, not the whole statement, and (b) more SYNTHETIC_OFFSET values for the parts of a destructuring assignment
or initialiser, which show up as file.kt:0:0:0:0 in DbLocation form.
2022-11-25 10:19:26 +00:00

9 lines
177 B
INI

kotlin.code.style=official
kotlinVersion=1.7.21
GROUP=com.github.codeql
VERSION_NAME=0.0.1
POM_DESCRIPTION=CodeQL Kotlin extractor
OUTPUT_JAR_NAME=codeql-extractor-kotlin.jar