addRuntimeDependency

abstract val addRuntimeDependency: Property<Boolean>

Whether to add the runtime API dependency to each compilation automatically: api scope for production compilations (the generated API exposes runtime API types as supertypes, so consumers need them on their compile classpath) and implementation for test compilations. Defaults to true; disable it to declare the dependency manually.