mirror of
https://github.com/smyalygames/checklist-tester.git
synced 2025-11-30 01:39:38 +01:00
feat(connector): add Project entity
This commit is contained in:
@@ -5,10 +5,10 @@ plugins {
|
||||
id("app.cash.sqldelight").version("2.0.1")
|
||||
}
|
||||
|
||||
val coroutinesVersion = "1.7.3"
|
||||
val ktorVersion = "2.3.7"
|
||||
val coroutinesVersion = "1.8.0"
|
||||
val ktorVersion = "2.3.9"
|
||||
val sqlDelightVersion = "2.0.1"
|
||||
val dateTimeVersion = "0.4.1"
|
||||
val dateTimeVersion = "0.5.0"
|
||||
|
||||
kotlin {
|
||||
jvm()
|
||||
@@ -29,7 +29,7 @@ kotlin {
|
||||
|
||||
sqldelight {
|
||||
databases {
|
||||
create("ConnectorDatabase") {
|
||||
create("Database") {
|
||||
packageName.set("io.anthonyberg.connector.shared.database")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user