Package com.tomtom.ivi.platform.gradle.api.common.configurationgenerator

This package contains the configuration for the configuration generator.

It can be used to enable the configuration generator for the module. If enabled, the configuration generator looks for JSON input files and generates source code that allows using the configurations specified there in the product.

Types

Link copied to clipboard
data class IviConfigurationGeneratorConfig(var enabled: Boolean = false)

Config for the configuration generator that generates static and dynamic configurations from JSON files input.