Skip to content

Commit 9182096

Browse files
committed
wip
1 parent 2438e46 commit 9182096

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

FlowCrypt/build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -509,6 +509,9 @@ dependencies {
509509
implementation("org.bitbucket.b_c:jose4j:0.9.6")
510510
implementation("org.jsoup:jsoup:1.21.2")
511511
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2")
512+
//kotlinx-serialization-core added to fix runtime issue with dependencies conflict.
513+
//Maybe it will be removed in future.
514+
implementation("org.jetbrains.kotlinx:kotlinx-serialization-core:1.9.0")
512515
implementation("org.pgpainless:pgpainless-core:1.7.6")
513516
implementation("org.eclipse.angus:angus-mail:2.0.4")
514517
implementation("org.eclipse.angus:gimap:2.0.4")

0 commit comments

Comments
 (0)