SqlDelightDatabasePropertiesImpl
data class SqlDelightDatabasePropertiesImpl(val options: SqlDelightDatabaseOptionsImpl, val compilationUnits: List<SqlDelightCompilationUnitImpl>, val rootDirectory: File) : SqlDelightDatabaseProperties, SqlDelightDatabaseOptions
options plus the project layout needed to locate sources. The tooling model builds one with every compilation unit for the IDE. Tasks build one with a single unit at execution time. This should not be used as a task input since it carries absolute paths.
Constructors
Link copied to clipboard
constructor(options: SqlDelightDatabaseOptionsImpl, compilationUnits: List<SqlDelightCompilationUnitImpl>, rootDirectory: File)