File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ fun properties(key: String) = project.findProperty(key).toString()
66
77plugins {
88 id(" org.jetbrains.kotlin.jvm" ) version " 1.6.20"
9- id(" org.jetbrains.intellij" ) version " 1.7 .0"
9+ id(" org.jetbrains.intellij" ) version " 1.9 .0"
1010 id(" org.jetbrains.changelog" ) version " 1.3.1"
1111}
1212
Original file line number Diff line number Diff line change 66
77 <depends >com.intellij.modules.lang</depends >
88 <depends >com.intellij.modules.python</depends >
9- <depends >com.intellij.modules.platform</depends >
109
1110 <extensions defaultExtensionNs =" com.intellij" >
1211 <codeInsight .inlayProvider language =" Python" implementationClass =" space.whitememory.pythoninlayparams.types.variables.PythonVariablesInlayTypeHintsProvider" />
You can’t perform that action at this time.
0 commit comments