INSTANCE

val IviBuildConfig.Companion.INSTANCE: IviBuildConfig

At build time this module will be replaced by generated code. The code is generated by the com.tomtom.ivi.platform.framework.config Gradle plugin. To find the generated code, locate the generated IviBuildConfig.kt file in your Android Application module or, to be more precise, in the module that sets the ivi.application.enabled to true in its build.gradle.kts file.

Note: This module is only to be used as a compile-only dependency.