1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Fix PreAuthorize when returning Kotlin Flow

Closes gh-9676
This commit is contained in:
Eleftheria Stein
2021-04-28 12:33:18 +02:00
parent e2993d93e1
commit de0cd11a72
6 changed files with 97 additions and 23 deletions
+1
View File
@@ -87,6 +87,7 @@ dependencies {
}
testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core'
testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-reactor'
testImplementation 'io.mockk:mockk'
testRuntimeOnly 'org.hsqldb:hsqldb'
}