Shrink, obfuscate, and optimize my jar

Hello, to obfuscate my apk with Android Studio I could use the following instructions:

It was basically just adding some lines to gradle.

Is there a similar instruction to create an obfuscated jar in intellij? The used language is Kotlin of course.

I think you should integrate Proguard into your Gradle project and invoke it manually: gradle proguard example - Google Search

1 Like