suppress unused warnings
This commit is contained in:
@@ -36,6 +36,7 @@ fun migrate(
|
||||
}
|
||||
}
|
||||
|
||||
@Suppress("UNUSED")
|
||||
fun migrate(
|
||||
configure: Config.() -> Unit
|
||||
) {
|
||||
@@ -47,6 +48,7 @@ fun migrate(
|
||||
class Config {
|
||||
internal val migrations: MutableList<Migration> = mutableListOf()
|
||||
|
||||
@Suppress("UNUSED")
|
||||
fun migration(
|
||||
name: String,
|
||||
migrate: Transaction.() -> Unit,
|
||||
|
||||
Reference in New Issue
Block a user