iex
05/02/2019, 11:54 PM-assumenosideeffects class mypackage.Log {
public static void v(...);
public static void d(...);
public static void i(...);
}
and can't apparently get kotlin syntax workingKatya Yurukova
05/03/2019, 4:33 AMstatic
keyword from the proguard rulesiex
05/03/2019, 7:31 PMacando86
05/09/2019, 9:48 PMinterface
rather than class. also, remove static
as said above.