fix(deps): update dependency com.facebook:ktfmt to v0.44 (#2490)
* fix(deps): update dependency com.facebook:ktfmt to v0.44 * chore: reformat with ktfmt 0.44 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
251d94c9f3
commit
d04e1fa368
40 changed files with 134 additions and 29 deletions
|
@ -2,9 +2,7 @@
|
|||
* Copyright © 2014-2021 The Android Password Store Authors. All Rights Reserved.
|
||||
* SPDX-License-Identifier: GPL-3.0-only
|
||||
*/
|
||||
plugins {
|
||||
id("com.github.android-password-store.kotlin-jvm-library")
|
||||
}
|
||||
plugins { id("com.github.android-password-store.kotlin-jvm-library") }
|
||||
|
||||
dependencies {
|
||||
implementation(projects.coroutineUtils)
|
||||
|
|
|
@ -28,8 +28,11 @@ public class CoroutineTestRule(
|
|||
public val testDispatcherProvider: DispatcherProvider =
|
||||
object : DispatcherProvider {
|
||||
override fun default(): CoroutineDispatcher = testDispatcher
|
||||
|
||||
override fun io(): CoroutineDispatcher = testDispatcher
|
||||
|
||||
override fun main(): CoroutineDispatcher = testDispatcher
|
||||
|
||||
override fun unconfined(): CoroutineDispatcher = testDispatcher
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue