ZigBrains/modules/core/build.gradle.kts

7 lines
No EOL
222 B
Kotlin

import org.jetbrains.intellij.platform.gradle.IntelliJPlatformType
dependencies {
intellijPlatform {
create(IntelliJPlatformType.IntellijIdeaCommunity, providers.gradleProperty("ideaCommunityVersion"))
}
}