productInfo

Retrieves the ProductInfo for the IntelliJ Platform from the root directory.

Receiver

The Path representing the IntelliJ Platform root directory.

Return

The ProductInfo object containing the product information.

Throws


fun FileCollection.productInfo(): ProductInfo

Retrieves the ProductInfo for the IntelliJ Platform with Configurations.INTELLIJ_PLATFORM_DEPENDENCY configuration.

Receiver

The Configuration to retrieve the product information from.

Return

The ProductInfo object containing the product information.