Skip to content

Commit e2f5b26

Browse files
authored
Fix AI Compile Tests (#7386)
Previous compile test behavior was commented out during development of daily AI testing, this re-enables it.
1 parent 50a60bf commit e2f5b26

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

firebase-ai/firebase-ai.gradle.kts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,7 @@ android {
6666
targetSdk = targetSdkVersion
6767
baseline = file("lint-baseline.xml")
6868
}
69-
sourceSets {
70-
// getByName("test").java.srcDirs("src/testUtil")
71-
getByName("androidTest") { kotlin.srcDirs("src/testUtil") }
72-
}
69+
sourceSets { getByName("test").java.srcDirs("src/testUtil") }
7370
}
7471

7572
kotlin {

0 commit comments

Comments
 (0)