mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
10 lines
294 B
Plaintext
10 lines
294 B
Plaintext
|
|
This shows what is encoded in the kotlin.Metadata section shown in the
|
|
output of `javap -v SomeKotlinClass`.
|
|
|
|
It is not currently able to extract the information from .class files
|
|
itself; the values are hard coded in src/main/kotlin/Explorer.kt
|
|
|
|
Run `gradle run` in this directory to run it.
|
|
|