File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ plugins {
19
19
id(" org.jetbrains.qodana" ) version " 0.1.13"
20
20
// Gradle Kover Plugin
21
21
id(" org.jetbrains.kotlinx.kover" ) version " 0.6.1"
22
+ id(" org.jetbrains.intellij.platform" ) version " 2.9.0"
22
23
}
23
24
24
25
group = providers.gradleProperty(" pluginGroup" ).get()
Original file line number Diff line number Diff line change @@ -12,16 +12,13 @@ plugins {
12
12
id(" org.jetbrains.kotlin.jvm" ) version " 2.0.21"
13
13
// Kotlin serialization
14
14
id(" org.jetbrains.kotlin.plugin.serialization" ) version " 2.0.21"
15
- // Gradle IntelliJ Platform Plugin
16
- id(" org.jetbrains.intellij.platform" ) version " 2.9.0"
17
15
}
18
16
19
17
allprojects {
20
18
apply {
21
19
plugin(" dev.nx.gradle.project-graph" )
22
20
plugin(" com.ncorti.ktfmt.gradle" )
23
21
plugin(" org.jetbrains.kotlin.jvm" )
24
- plugin(" org.jetbrains.intellij.platform" )
25
22
}
26
23
}
27
24
You can’t perform that action at this time.
0 commit comments