FoundationData

data class FoundationData(val project: Project, val codeWriter: CodeWriter)

Data class representing foundation data for resource generation.

This data class encapsulates the project and code writer objects required for resource generation.

Parameters

project

The project for which resources are being generated.

codeWriter

The code writer used to generate the resource files.

Constructors

Link copied to clipboard
constructor(project: Project, codeWriter: CodeWriter)

Properties

Link copied to clipboard
Link copied to clipboard
val project: Project