src/integrationTest/resources/searchable-options/build.gradle.kts [8:27]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - plugins { id("org.jetbrains.kotlin.jvm") id("org.jetbrains.intellij.platform") } kotlin { jvmToolchain(17) } repositories { mavenCentral() intellijPlatform { defaultRepositories() } } dependencies { intellijPlatform { create(intellijPlatformTypeProperty, intellijPlatformVersionProperty) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - src/integrationTest/resources/split-mode/build.gradle.kts [10:29]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - plugins { id("org.jetbrains.kotlin.jvm") id("org.jetbrains.intellij.platform") } kotlin { jvmToolchain(17) } repositories { mavenCentral() intellijPlatform { defaultRepositories() } } dependencies { intellijPlatform { create(intellijPlatformTypeProperty, intellijPlatformVersionProperty) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -