romainguy / kotlin-explorer

Desktop tool to quickly explore disassembled Kotlin code.
Apache License 2.0
732 stars 20 forks source link

[Refactor] Extract DEX Build Commands to a Separate Class #51

Closed alonalbert closed 2 months ago

alonalbert commented 2 months ago

Also, add support for non-trivial package names by using Path.walk() to list files.