|
|
|
|
@ -44,6 +44,8 @@ dependencies {
@@ -44,6 +44,8 @@ dependencies {
|
|
|
|
|
// Plugin Dependencies. Uses `platformPlugins` property from the gradle.properties file for plugin from JetBrains Marketplace. |
|
|
|
|
plugins(providers.gradleProperty("platformPlugins").map { it.split(',') }) |
|
|
|
|
|
|
|
|
|
bundledModules(providers.gradleProperty("platformBundledModules").map { it.split(',') }) |
|
|
|
|
|
|
|
|
|
testFramework(TestFrameworkType.Platform) |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|