intellijPlatform

fun RepositoryHandler.intellijPlatform(configure: Action<IntelliJPlatformRepositoriesExtension>)

A shorthand for accessing the IntelliJPlatformRepositoriesExtension in the settings.gradle.kts file.

import org.jetbrains.intellij.platform.gradle.extensions.intellijPlatform

dependencyResolutionManagement {
repositories {
intellijPlatform { ... }
}
}