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 27ce57e commit c2047b4Copy full SHA for c2047b4
build.gradle
@@ -44,7 +44,7 @@ dependencies {
44
implementation "org.jetbrains.kotlinx:kotlinx-serialization-runtime:$kotlinx_serialization_version"
45
implementation "org.jetbrains.kotlin:kotlin-stdlib-$kotlin_jdk_version_target:$kotlin_version"
46
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$kotlinx_coroutines_version"
47
- implementation 'org.zeroturnaround:zt-zip:1.14'
+ implementation 'net.lingala.zip4j:zip4j:2.6.1'
48
}
49
50
jar {
0 commit comments