Little out of context question, but while using de...
# android
m
Little out of context question, but while using dexguard and creating release build. I am getting the below error :
Not optimizing method 'packageToClass/ActualClass.method(Landroid/graphics/Canvas;Landroid/graphics/Paint;IIIIILjava/lang/CharSequence;III)V'
Unexpected error while shrinking instructions after partial evaluation:
Class    = [{}]
Method   = [{}{}]
Exception  = [{}] ({})
com.guardsquare.dexguard.bkt: Unexpected error while marking instruction usage after partial evaluation:
Class    = [{}]
Method   = [{}{}]
Exception  = [{}] ({})
Anyone is having any idea. I tried with keep, dontwarn etc. without any luck.
not kotlin but kotlin colored 2