SqlDelightCompilationUnit

A compilation unit represents the group of .sq files which will be compiled all at once. A single database can have multiple compilation units, depending on which gradle task is invoked.

For example, a multiplatform module has separate compilation units for ios and android. An android module has separate compilation units for different variants. Only one compilation unit will be worked on during compilation time.

Properties

Link copied to clipboard
abstract val name: String
Link copied to clipboard
Link copied to clipboard