How do I go about using proguard with a kotlin ext...
# android
d
How do I go about using proguard with a kotlin extension-esque library? Java part of code seems to compile fine when using said extensions as library with proguard, meanwhile kotlin part of code keeps throwing unresolved references at extension parts.