7 lines
No EOL
222 B
Kotlin
7 lines
No EOL
222 B
Kotlin
import org.jetbrains.intellij.platform.gradle.IntelliJPlatformType
|
|
|
|
dependencies {
|
|
intellijPlatform {
|
|
create(IntelliJPlatformType.IntellijIdeaCommunity, providers.gradleProperty("ideaCommunityVersion"))
|
|
}
|
|
} |