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)

Properties

Link copied to clipboard
open override val currentVersion: String
Link copied to clipboard
Link copied to clipboard
open override val dialectJars: Collection<File>
Link copied to clipboard
open override val minimumSupportedVersion: String