fleet Backend
fun fleetBackend(version: String, configure: Action<IntelliJPlatformDependencyConfiguration> = Action {})
fun fleetBackend(version: Provider<String>, configure: Action<IntelliJPlatformDependencyConfiguration> = Action {})
Adds a dependency on Fleet Backend.
Parameters
version
The version of Fleet Backend.
configure
IntelliJ Platform dependency configuration.