We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4c891a commit 123d6d9Copy full SHA for 123d6d9
build.gradle.kts
@@ -116,7 +116,7 @@ intellijPlatform {
116
projectName = project.name
117
instrumentCode = true
118
pluginConfiguration {
119
- name = "kotest-plugin-intellij"
+ name = "kotest"
120
id = "kotest-plugin-intellij"
121
description = "Kotest individual test support inside the IDE"
122
version = project.version.toString() + "-" + descriptor.sdkVersion
0 commit comments