platform_settings_api_common_ivisettingsservice
This module contains the API of TomTom Digital Cockpit's IPC setting service framework.
Dependent modules typically do not need to depend on this module directly. Instead, to define a new settings service interface, add the following to your module's <project>/build.gradle.kts
file to add all required dependencies automatically:
import com.tomtom.ivi.platform.gradle.api.framework.config.ivi
ivi {
serviceApi = true
}
Content copied to clipboard
Modules that use a settings service interface must depend on the module that defines the service interface. This will also inherit the dependency on this module.