Restored compatibility with IDEs versions < 2021.1. Added PluginVerifier to build.gradle.

This commit is contained in:
2021-07-27 17:46:11 +02:00
parent 25450a9bf8
commit 3de9e9eba2
7 changed files with 31 additions and 19 deletions
@@ -9,4 +9,6 @@ object M68kIcons {
val GLOBAL_LABEL = AllIcons.Nodes.Method
val SYMBOL_DEF = AllIcons.Nodes.ClassInitializer
val MACRO_DEF = AllIcons.Nodes.MultipleTypeDefinitions
val REGISTER = AllIcons.Nodes.DataTables // AllIcons.Nodes.Record only available starting from 2020.1
val MNEMONIC = AllIcons.Nodes.C_protected
}