We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22d84dd commit 3ca6d9cCopy full SHA for 3ca6d9c
integrations/sqldelight/build.gradle.kts
@@ -28,6 +28,7 @@ kotlin {
28
dependencies {
29
// Separate project because SQLDelight can't generate code in test source sets.
30
implementation(projects.integrations.sqldelightTestDatabase)
31
+ implementation(projects.internal.testutils)
32
33
implementation(libs.kotlin.test)
34
implementation(libs.kotlinx.io)
integrations/supabase/build.gradle.kts
@@ -38,6 +38,8 @@ kotlin {
38
dependsOn(commonTest.get())
39
40
41
42
+
43
44
45
implementation(libs.test.turbine)
0 commit comments