CodegenDependency

Dependency package that may be required for the project code to run.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Determines if the dependency package is using Semantic versioning. If set to true, it indicates that the dependency package uses Semantic versioning.

Link copied to clipboard
val name: String?

Name of the dependency package.

Link copied to clipboard

Indicates the reason to include the dependency package in your project code.

Link copied to clipboard

Indicates the version of the supported dependency package.

Functions

Link copied to clipboard
inline fun copy(block: CodegenDependency.Builder.() -> Unit = {}): CodegenDependency
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String