platform_framework_api_ipc_iviserviceannotations
This module contains the annotations of TomTom Digital Cockpit's IPC framework.
To use the annotations defined in this module, add the following to your module's <project>/build.gradle.kts
file:
import com.tomtom.ivi.platform.gradle.api.framework.config.ivi
ivi {
serviceApi = true
}
Content copied to clipboard