We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48b1d26 commit fdd94a6Copy full SHA for fdd94a6
2 files changed
build.gradle.kts
@@ -6,7 +6,7 @@ fun properties(key: String) = project.findProperty(key).toString()
6
7
plugins {
8
id("org.jetbrains.kotlin.jvm") version "1.6.20"
9
- id("org.jetbrains.intellij") version "1.7.0"
+ id("org.jetbrains.intellij") version "1.9.0"
10
id("org.jetbrains.changelog") version "1.3.1"
11
}
12
src/main/resources/META-INF/plugin.xml
@@ -6,7 +6,6 @@
<depends>com.intellij.modules.lang</depends>
<depends>com.intellij.modules.python</depends>
- <depends>com.intellij.modules.platform</depends>
<extensions defaultExtensionNs="com.intellij">
<codeInsight.inlayProvider language="Python" implementationClass="space.whitememory.pythoninlayparams.types.variables.PythonVariablesInlayTypeHintsProvider"/>
0 commit comments