plugins { `kotlin-dsl` } repositories { mavenCentral() } dependencies { implementation(libs.zip4j) }