feat(lib): Stole (Js)Unpacker lib from tachiyomi-extensions repo (#1551)

This commit is contained in:
Claudemirovsky
2023-04-29 12:13:06 -03:00
committed by GitHub
parent 4602d7386a
commit bf535fd5ea
3 changed files with 134 additions and 0 deletions

View File

@ -0,0 +1,8 @@
plugins {
`java-library`
kotlin("jvm")
}
dependencies {
compileOnly(libs.kotlin.stdlib)
}