Skip to content

Commit a9ce137

Browse files
Add a note about sqldelight regression
1 parent cf320c3 commit a9ce137

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

gradle/libs.versions.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ ktor = "3.0.3"
3939
result = "2.0.1"
4040
xmlutil = "0.90.3"
4141
kermit = "2.0.5"
42+
# TODO: There is a regression in sqldelight 2.0.2 that causes sqldelight gradle tasks to fail on windows
43+
# For more info, See https://github.com/sqldelight/sqldelight/issues/5129, https://github.com/sqldelight/sqldelight/issues/5204,
44+
# 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
4245
sqldelight = "2.0.2"
4346
sqlite-jdbc = "3.18.0" # sqlite version used in Android API level 26 (our minSdk)
4447
google-services = "4.4.2"

0 commit comments

Comments
 (0)