Skip to content

Instantly share code, notes, and snippets.

@kevinah95
Last active June 25, 2025 01:01
Show Gist options
  • Save kevinah95/9ed4519af4e9b9689f0e89cd19d1103b to your computer and use it in GitHub Desktop.
Save kevinah95/9ed4519af4e9b9689f0e89cd19d1103b to your computer and use it in GitHub Desktop.
plugins {
alias(libs.plugins.sqldelight)
}
...
sqldelight {
databases {
create("Database") {
packageName.set("io.github.kevinah95")
}
}
}
alias(libs.plugins.sqldelight) apply false
[versions]
sqldelight = "2.1.0"
[libraries]
android-driver = { module = "app.cash.sqldelight:android-driver", version.ref = "sqldelight" }
native-driver = { module = "app.cash.sqldelight:native-driver", version.ref = "sqldelight" }
[plugins]
sqldelight = { id = "app.cash.sqldelight", version.ref = "sqldelight"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment