Skip to content

Commit

Permalink
Add a note about sqldelight regression
Browse files Browse the repository at this point in the history
  • Loading branch information
mr3y-the-programmer committed Jan 24, 2025
1 parent cf320c3 commit a9ce137
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ ktor = "3.0.3"
result = "2.0.1"
xmlutil = "0.90.3"
kermit = "2.0.5"
# TODO: There is a regression in sqldelight 2.0.2 that causes sqldelight gradle tasks to fail on windows
# For more info, See https://github.com/sqldelight/sqldelight/issues/5129, https://github.com/sqldelight/sqldelight/issues/5204,
# https://slack-chats.kotlinlang.org/t/23461955/hello-i-started-using-the-sqldelight-libraries-in-my-kmp-pro, https://github.com/sqldelight/sqldelight/issues/5312
sqldelight = "2.0.2"
sqlite-jdbc = "3.18.0" # sqlite version used in Android API level 26 (our minSdk)
google-services = "4.4.2"
Expand Down

0 comments on commit a9ce137

Please sign in to comment.