We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2438e46 commit 9182096Copy full SHA for 9182096
1 file changed
FlowCrypt/build.gradle.kts
@@ -509,6 +509,9 @@ dependencies {
509
implementation("org.bitbucket.b_c:jose4j:0.9.6")
510
implementation("org.jsoup:jsoup:1.21.2")
511
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")
515
implementation("org.pgpainless:pgpainless-core:1.7.6")
516
implementation("org.eclipse.angus:angus-mail:2.0.4")
517
implementation("org.eclipse.angus:gimap:2.0.4")
0 commit comments