SqlDelightPropertiesFileImpl
data class SqlDelightPropertiesFileImpl(val databases: List<SqlDelightDatabasePropertiesImpl>, val dialectJars: Collection<File>, val minimumSupportedVersion: String, val currentVersion: String) : SqlDelightPropertiesFile
Constructors
Link copied to clipboard
constructor(databases: List<SqlDelightDatabasePropertiesImpl>, dialectJars: Collection<File>, minimumSupportedVersion: String, currentVersion: String)