src/integrationTest/resources/multi-module/ext/build.gradle.kts [3:26]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - val intellijPlatformTypeProperty = providers.gradleProperty("intellijPlatform.type") val intellijPlatformVersionProperty = providers.gradleProperty("intellijPlatform.version") version = "1.0.0" plugins { id("org.jetbrains.kotlin.jvm") id("org.jetbrains.intellij.platform") } kotlin { jvmToolchain(17) } repositories { mavenCentral() intellijPlatform { defaultRepositories() } } dependencies { intellijPlatform { - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - src/integrationTest/resources/test-classpath-project-resources/build.gradle.kts [3:26]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - val intellijPlatformTypeProperty = providers.gradleProperty("intellijPlatform.type") val intellijPlatformVersionProperty = providers.gradleProperty("intellijPlatform.version") version = "1.0.0" plugins { id("org.jetbrains.kotlin.jvm") id("org.jetbrains.intellij.platform") } kotlin { jvmToolchain(17) } repositories { mavenCentral() intellijPlatform { defaultRepositories() } } dependencies { intellijPlatform { - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -