I'd probably proguard it and package it in the same jar
l
louiscad
01/31/2018, 9:05 AM
You better let library consumers proguard themselves (you can still recommen it), unless you need to use Proguard for obfuscation purposes for a closed source library (but do not use it to optimize the dependencies like Kotlin stdlib).