Skip to content

Commit a21113a

Browse files
Update Supabase/src/commonMain/kotlin/io/github/jan/supabase/SupabaseClientBuilder.kt
Co-authored-by: Jan Tennert <[email protected]>
1 parent 04b255b commit a21113a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Supabase/src/commonMain/kotlin/io/github/jan/supabase/SupabaseClientBuilder.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class SupabaseClientBuilder @PublishedApi internal constructor(private val supab
7373
/**
7474
* The CoroutineDispatcher used for launching long running jobs.
7575
*
76-
* Default: [KotlinXSerializer]
76+
* Default: [defaultDispatcher], the IO Dispatcher on supported targets.
7777
*/
7878
var coroutineDispatcher: CoroutineDispatcher = defaultDispatcher
7979

0 commit comments

Comments
 (0)