Skip to content

Commit b009d3c

Browse files
authored
Merge pull request #1000 from supabase-community/disable-bom
Disable bom dependency
2 parents 12318b8 + 8d7906c commit b009d3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ include("Storage")
1818
include("Realtime")
1919
include("Functions")
2020
include("Supabase")
21-
include("bom")
21+
//include("bom")
2222

2323
// Test module
2424
include("test-common")

0 commit comments

Comments
 (0)