Skip to content

Commit

Permalink
Update sqldelight to v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and geoff-powell committed Dec 18, 2023
1 parent e45a69a commit 42ed099
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ version = "${libs.versions.version}-SNAPSHOT"
}

iosMain.dependencies {
// Fixes sqldelight 2.0.1 issue with ios compilation
// https://github.com/cashapp/sqldelight/issues/4888
implementation("co.touchlab:stately-common:2.0.6")
}

// val wasmJsMain by getting {
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ androidx-compose = "1.5.4"
ktor = "3.2.0"
koin = "3.5.0"
voyager = "1.0.0"
sqldelight = "2.0.0"
sqldelight = "2.0.1"
compose-kotlin-compiler = "1.5.4-dev1-kt2.0.0-Beta1"
android-compileSdk = "34"
android-targetSdk = "34"
Expand Down

0 comments on commit 42ed099

Please sign in to comment.