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 04eba30 commit e9e9b51Copy full SHA for e9e9b51
1 file changed
build.gradle.kts
@@ -39,6 +39,11 @@ repositories {
39
}
40
41
dependencies {
42
+ implementation("net.lingala.zip4j:zip4j:2.11.5")
43
+ implementation("com.google.code.gson:gson:2.10.1")
44
+ // Test
45
+ testImplementation("net.lingala.zip4j:zip4j:2.11.5")
46
+ testImplementation("com.google.code.gson:gson:2.10.1")
47
testImplementation(kotlin("test"))
48
49
0 commit comments