Может кто сталкивался, после обновления:
[kapt] An exception occurred: java.lang.NoClassDefFoundError: com/google/common/base/Preconditions
at moxy.compiler.Util.equalsBy(
Util.java:229)
at moxy.compiler.viewstate.ViewMethod.equals(
ViewMethod.java:144)
at java.util.ArrayList.indexOf(
ArrayList.java:321)
at java.util.ArrayList.contains(
ArrayList.java:304)
at moxy.compiler.viewstate.ViewInterfaceProcessor.getMethods(
ViewInterfaceProcessor.java:187)
at moxy.compiler.viewstate.ViewInterfaceProcessor.iterateInterfaces(
ViewInterfaceProcessor.java:257)
at moxy.compiler.viewstate.ViewInterfaceProcessor.process(
ViewInterfaceProcessor.java:87)
at moxy.compiler.viewstate.ViewInterfaceProcessor.process(
ViewInterfaceProcessor.java:29)
at moxy.compiler.MvpCompiler.generateCode(MvpCompiler.kt:172)
at moxy.compiler.MvpCompiler.throwableProcess(MvpCompiler.kt:108)
at moxy.compiler.MvpCompiler.process(MvpCompiler.kt:66)
at
...