intellij Platform
A shorthand for accessing the IntelliJPlatformRepositoriesExtension in the settings.gradle.kts file.
import org.jetbrains.intellij.platform.gradle.extensions.intellijPlatform
dependencyResolutionManagement {
repositories {
intellijPlatform { ... }
}
}Content copied to clipboard