skylot / jadx

Dex to Java decompiler
Apache License 2.0
41.17k stars 4.83k forks source link

[feature] Release without scripting support plugin to reduce bundle size #2183

Open narinishi opened 4 months ago

narinishi commented 4 months ago

Describe your idea

The inclusion of Kotlin in 1.5.0 has increased the file size of the main jar significantly. Please consider offering a variant without Kotlin.

skylot commented 4 months ago

@narinishi I plan to move scripting support plugin to external repo once API for UI customization allows doing so. This should reduce the size of jadx bundle by ~60MB (most of this size is Kotlin compiler jar)