Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ object MetaData extends SchemaBase {
valueType = ValueType.String,
comment = "generic reverse engineering framework"
).protoId(ProtoIds.Ghidra),
Constant(name = "KOTLIN", value = "KOTLIN", valueType = ValueType.String, comment = "").protoId(11),
Constant(name = "KOTLIN", value = "KOTLIN", valueType = ValueType.String, comment = "").protoId(ProtoIds.Kotlin),
Constant(
name = "NEWC",
value = "NEWC",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ object ProtoIds {
val Try = 10
val Ref = 10
val Ghidra = 10
val Kotlin = 11
val ReadOnly = 11
val Throw = 11
val ColumnNumber = 11
Expand Down