ProjectModel

@Serializable
class ProjectModel(val serviceNames: Set<String>, val apolloTasksDependencies: Set<String>)

Constructors

Link copied to clipboard
constructor(serviceNames: Set<String>, apolloTasksDependencies: Set<String>)

Properties

Link copied to clipboard

Absolute paths to the Apollo Gradle task dependencies.

Link copied to clipboard

Functions

Link copied to clipboard