Skip to content

Commit 2d95840

Browse files
vldFhsz
authored andcommitted
Add a comment for bundledModules
1 parent cd13a2d commit 2d95840

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ dependencies {
4444
// Plugin Dependencies. Uses `platformPlugins` property from the gradle.properties file for plugin from JetBrains Marketplace.
4545
plugins(providers.gradleProperty("platformPlugins").map { it.split(',') })
4646

47+
// Module Dependencies. Use `platformBundledModules` property from the gradle.properties file for bundled IntelliJ Platform modules.
4748
bundledModules(providers.gradleProperty("platformBundledModules").map { it.split(',') })
4849

4950
testFramework(TestFrameworkType.Platform)

0 commit comments

Comments
 (0)