diff --git a/build.gradle.kts b/build.gradle.kts index ef7ac67..00ac511 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -44,6 +44,7 @@ dependencies { // Plugin Dependencies. Uses `platformPlugins` property from the gradle.properties file for plugin from JetBrains Marketplace. plugins(providers.gradleProperty("platformPlugins").map { it.split(',') }) + // Module Dependencies. Use `platformBundledModules` property from the gradle.properties file for bundled IntelliJ Platform modules. bundledModules(providers.gradleProperty("platformBundledModules").map { it.split(',') }) testFramework(TestFrameworkType.Platform)